HEX: #BC8C70
RGB: (188,140,112)
#BC8C70 contains mainly red and green colors. Web safe color of #BC8C70 is #CC9966 (or #C96).
#BC8C70 color RGB value is (188,140,112).
RGB: (188,140,112)
(74%, 55%, 44%)
R 188 of 255 = 74%
G 140 of 255 = 55%
B 112 of 255 = 44%
R + G + B ~ 58%. #BC8C70 is middle color (not dark and not light).
R + G + B = 188 + 140 + 112 = 440 (100%)
R 188 of 440 ~ 42.73%
G 140 of 440 ~ 31.82%
B 112 of 440 ~ 25.45'%
#BC8C70 color CMYK value is (0,26,40,26).
CMYK: (0,26,40,26)
C0M26Y40K26 (0%, 26%, 40%, 26%)
(0.00 / 0.26 / 0.40 / 0.26)
Color #BC8C70 in popluar color models
BC | 8C | 70 | |
---|---|---|---|
RGB | 188 | 140 | 112 |
HSL | 22° | 36.19% | 58.82% |
HSB/HSV | 22° | 40.43% | 73.73% |
CMYK | 0.00% | 25.53% | 40.43% |
26.27% |
Color #BC8C70 in popluar number systems.
HEX | BC | 8C | 70 |
Decimal | 188 | 140 | 112 |
Binary | 10111100 | 10001100 | 1110000 |
Octal | 274 | 214 | 160 |
Shades of #BC8C70
Tints of #BC8C70
Examples of css and html codes for elements with #BC8C70 color. Also use rgb(188,140,112) instead hex code.
.myTextColor { color: #BC8C70; }
<p style="color:#BC8C70">This sample text font color is #BC8C70.</p>
This text font color is #BC8C70.
.myBgColor { background-color: #BC8C70; }
<div style="background-color:#BC8C70">Inner text</div>
This div background color is #BC8C70.
.myBorderColor { border: 1px solid #BC8C70; }
<div style="border:3px solid #BC8C70">Div</div>
This div border color is #BC8C70.
.myOpacity80 { color: #BC8C70; opacity: 0.8; }
<p style="color:#BC8C70;opacity:0.8;">80%</p>
Text with #BC8C70 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC8C70;}
<p style="text-shadow: 3px 3px 1px #BC8C70">Text here.</p>
This text has shadow with #BC8C70 color.
.textShadow {text-shadow: 3px 3px 1px #BC8C70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC8C70, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC8C70 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8C70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC8C70, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC8C70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC8C70;
-webkit-box-shadow: 1px 1px 3px 2px #BC8C70;
box-shadow: 1px 1px 3px 2px #BC8C70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC8C70; -webkit-box-shadow: 1px 1px 3px 2px #BC8C70; box-shadow:1px 1px 3px 2px #BC8C70;">
Div content here
</div>
This text has color #BC8C70 on black background.
This text has color #BC8C70 on white background.
This text has black color on #BC8C70 background.
This text has white color on #BC8C70 background.
Complementary color for #hex is #43738F.