COLOR #BC3917

HEX: #BC3917 RGB: (188,57,23)

Color info

#BC3917 contains mainly red color. Web safe color of #BC3917 is #CC3300 (or #C30).

RGB color model

#BC3917 color RGB value is (188,57,23).

RGB: (188,57,23) (74%, 22%, 9%)

RGB channels and saturation

R 188 of 255 = 74%
G 57 of 255 = 22%
B 23 of 255 = 9%

188
57
23

R + G + B ~ 35%. #BC3917 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 188 + 57 + 23 = 268 (100%)
R 188 of 268 ~ 70.15%
G 57 of 268 ~ 21.27%
B 23 of 268 ~ 8.58'%

%70.15
%21.27

CMYK color model

#BC3917 color CMYK value is (0,70,88,26).

  • cyan value is 0.00%
  • magenta value is 69.68%
  • yellow value is 87.77%
  • key color value is 26.27%
CMYK: (0,70,88,26) C0M70Y88K26 (0%,70%,88%,26%) (0.00/0.70/0.88/0.26) 

CMYK percentages

%0
%69.68
%87.77
%26.27

Codes

Color #BC3917 in popluar color models

BC 39 17
RGB 188 57 23
HSL 12° 78.20% 41.37%
HSB/HSV 12° 87.77% 73.73%
CMYK 0.00% 69.68% 87.77%
26.27%

Color #BC3917 in popluar number systems.

HEX BC 39 17
Decimal 188 57 23
Binary 10111100 111001 10111
Octal 274 71 27

Shades and tints

Shades of #BC3917

#BC3917
(188,57,23)
#AB3415
(171,52,21)
#9A2F13
(154,47,19)
#892A11
(137,42,17)
#78250F
(120,37,15)
#67200D
(103,32,13)
#561B0B
(86,27,11)
#451609
(69,22,9)
#341107
(52,17,7)
#230C05
(35,12,5)
#120703
(18,7,3)
#000000
(0,0,0)

Tints of #BC3917

#BC3917
(188,57,23)
#C24B2C
(194,75,44)
#C85D41
(200,93,65)
#CE6F56
(206,111,86)
#D4816B
(212,129,107)
#DA9380
(218,147,128)
#E0A595
(224,165,149)
#E6B7AA
(230,183,170)
#ECC9BF
(236,201,191)
#F2DBD4
(242,219,212)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3917 color. Also use rgb(188,57,23) instead hex code.

Text Font Color

.myTextColor { color: #BC3917; }

<p style="color:#BC3917">This sample text font color is #BC3917.</p>

This text font color is #BC3917.

Background Color

.myBgColor { background-color: #BC3917; }

<div style="background-color:#BC3917">Inner text</div>

This div background color is #BC3917.

Border color

.myBorderColor { border: 1px solid #BC3917; }

<div style="border:3px solid #BC3917">Div</div>

This div border color is #BC3917.

Opacity

.myOpacity80 { color: #BC3917; opacity: 0.8; }

<p style="color:#BC3917;opacity:0.8;">80%</p>

Text with #BC3917 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC3917;}

<p style="text-shadow: 3px 3px 1px #BC3917">Text here.</p>

This text has shadow with #BC3917 color.


.textShadow {text-shadow: 3px 3px 1px #BC3917', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC3917, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC3917 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC3917, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC3917, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC3917 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC3917;
-webkit-box-shadow: 1px 1px 3px 2px #BC3917;
box-shadow: 1px 1px 3px 2px #BC3917;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC3917; -webkit-box-shadow: 1px 1px 3px 2px #BC3917; box-shadow:1px 1px 3px 2px #BC3917;">
Div content here
</div>

This div box has shadow with color #BC3917.

Preview

Color preview on black background

This text has color #BC3917 on black background.


Color preview on white background

This text has color #BC3917 on white background.


Black color preview on #BC3917 background

This text has black color on #BC3917 background.


White color preview on #BC3917 background

This text has white color on #BC3917 background.


Related colors

Complementary color

Complementary color for #hex is #43C6E8.


I love getcolorcode.com

Triadic colors

1 #17BC39 and #3917BC with #BC3917 are triadic colors.

2 #1739BC and #39BC17 with #BC3917 are triadic colors.