HEX: #BC4520
RGB: (188,69,32)
#BC4520 contains mainly red color. Web safe color of #BC4520 is #CC3333 (or #C33).
#BC4520 color RGB value is (188,69,32).
RGB: (188,69,32)
(74%, 27%, 13%)
R 188 of 255 = 74%
G 69 of 255 = 27%
B 32 of 255 = 13%
R + G + B ~ 38%. #BC4520 is quite dark color.
R + G + B = 188 + 69 + 32 = 289 (100%)
R 188 of 289 ~ 65.05%
G 69 of 289 ~ 23.88%
B 32 of 289 ~ 11.07'%
#BC4520 color CMYK value is (0,63,83,26).
CMYK: (0,63,83,26) C0M63Y83K26 (0%,63%,83%,26%) (0.00/0.63/0.83/0.26)
Color #BC4520 in popluar color models
BC | 45 | 20 | |
---|---|---|---|
RGB | 188 | 69 | 32 |
HSL | 14° | 70.91% | 43.14% |
HSB/HSV | 14° | 82.98% | 73.73% |
CMYK | 0.00% | 63.30% | 82.98% |
26.27% |
Color #BC4520 in popluar number systems.
HEX | BC | 45 | 20 |
Decimal | 188 | 69 | 32 |
Binary | 10111100 | 1000101 | 100000 |
Octal | 274 | 105 | 40 |
Shades of #BC4520
Tints of #BC4520
Examples of css and html codes for elements with #BC4520 color. Also use rgb(188,69,32) instead hex code.
.myTextColor { color: #BC4520; }
<p style="color:#BC4520">This sample text font color is #BC4520.</p>
This text font color is #BC4520.
.myBgColor { background-color: #BC4520; }
<div style="background-color:#BC4520">Inner text</div>
This div background color is #BC4520.
.myBorderColor { border: 1px solid #BC4520; }
<div style="border:3px solid #BC4520">Div</div>
This div border color is #BC4520.
.myOpacity80 { color: #BC4520; opacity: 0.8; }
<p style="color:#BC4520;opacity:0.8;">80%</p>
Text with #BC4520 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC4520;}
<p style="text-shadow: 3px 3px 1px #BC4520">Text here.</p>
This text has shadow with #BC4520 color.
.textShadow {text-shadow: 3px 3px 1px #BC4520', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC4520, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC4520 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC4520, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC4520, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC4520 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC4520;
-webkit-box-shadow: 1px 1px 3px 2px #BC4520;
box-shadow: 1px 1px 3px 2px #BC4520;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC4520; -webkit-box-shadow: 1px 1px 3px 2px #BC4520; box-shadow:1px 1px 3px 2px #BC4520;">
Div content here
</div>
This text has color #BC4520 on black background.
This text has color #BC4520 on white background.
This text has black color on #BC4520 background.
This text has white color on #BC4520 background.
Complementary color for #hex is #43BADF.