Skip to main content Skip to docs navigation

#bc313a hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Hot Jazz and its hex is #BC3033 Nearest Color Name

Color Hue/Base color: Brown

Hex #bc313a Color code in RGB color code model is created after adding 73.73% red color, 19.22% green color and 22.75% blue color. Hex #bc313a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 69% yellow and 26.27% black.

Hex #bc313a color code is between #bb3333 web safe hex color code and #cc2244 web safe hex color code. #bb3333 is the nearest web safe color code. You can see here many more shades of #bc313a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bc313a #bc313a
RGB Decimal 188, 49, 58 188, 49, 58
RGB Percent 74%, 19%, 23% rgb(74%, 19%, 23%)
CSS RGBa 188, 49, 58,1 rgba(188,49,58,1)
CMYK Model cmyk(0%,74%,69%,26.27%)
HSL Color Space 356,59% ,46% hsl(356,59% ,46%)
HSV Color Space 356°, 74%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 00110001 00111010
Octal 274 61 72
Decimal 188 49 58
Hex bc 31 3a

Different shades of #bc313a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bc313a
#431115
Darker of #bc313a
#6b1c21
Dark of #bc313a
#94262e
Base of #bc313a
#bc313a
Light of #bc313a
#d14f57
Lighter
#dc777e
Lightest
#e6a0a4

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bc313a
#31bcb3

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bc313a
#31bc6e
#317fbc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bc318b
#bc3174
#bc313a
#bc5631
#bc9031

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bc313a
#313abc
#3abc31

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bc313a
#3abc31
#31bcb3
#b331bc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bc313a
#7fbc31
#31bcb3
#6e31bc

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bc313a

#1a0708
#431115
#6b1c21
#94262e
#bc313a
#d14f57
#dc777e
#e6a0a4
#f1c8cb

Tints of #bc313a Color

#bc313a
#c3474f
#ca5e65
#d2757b
#d98c91
#e1a3a7
#e8babd
#f0d1d3
#f7e8e9
#ffffff

Shades of #bc313a color code

Generate more color scales with scales (color stack) generator.

#bc313a
#a72b33
#92262d
#7d2026
#681b20
#531519
#3e1013
#290a0c
#140506
#000000

Tones

#bc313a
#a4494f
#8d6063
#767676
#767676

Tones

Similar Color like #bc313a color

Find visually similar hex color codes nearing to #bc313a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bd323b
#be333c
#bf343d
#c0353e
#c1363f
#c23740
#c33841
#c43942
#c53a43
#c63b44
#c73c45
#c83d46
#c93e47
#ca3f48
#bb3039
#ba2f38
#b92e37
#b82d36
#b72c35
#b62b34
#b52a33
#b42932
#b32831
#b22730
#b1262f
#b0252e
#af242d
#ae232c

Download this Dark Brown

Hex #bc313a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bc313a Color Code Preview on Black Background Color

This is how #bc313a Color will look on black background color. Color contrast ratio is 3.64

#bc313a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bc313a">Your Example Paragraph content text in with font color #bc313a </p>

Your Example Paragraph content text in with font color #bc313a

HTML with inline CSS

<div style="color:#bc313a">Your Paragraph text in with font color #bc313a </div>

Your Example Paragraph content text in with font color #bc313a

#bc313a color code is use for CSS Background Color

Background color for the above div is #bc313a

HTML with inline CSS

<div style="background-color:#bc313a;"></div>

#bc313a color code is use for CSS Border Color

CSS Border color for the above div is #bc313a

HTML with inline CSS

<div style="border:5px solid #bc313a;"></div>

CSS Border Left color for the above div is #bc313a

HTML with inline CSS

<div style="border-left:5px solid #bc313a;"></div>

CSS Border Right color for the above div is #bc313a

HTML with inline CSS

<div style="border-right:5px solid #bc313a;"></div>

CSS Border Bottom color for the above div is #bc313a

HTML with inline CSS

<div style="border-bottom:5px solid #bc313a;"></div>

CSS Border Top color for the above div is #bc313a

HTML with inline CSS

<div style="border-top:5px solid #bc313a;"></div>

#bc313a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bc313a; } .examplecolorclass {color:#bc313a; } .examplebordercolor {border:3px solid #bc313a; }

#bc313a Color code Preview on White Background

This is how #bc313a Color code will look on white background color. Color contrast ratio is 5.77

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bc313a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc313a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,49,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(49,188,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,49,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }