HEX: #BC8A74
RGB: (188,138,116)
#BC8A74 contains mainly red and green colors. Web safe color of #BC8A74 is #CC9966 (or #C96).
#BC8A74 color RGB value is (188,138,116).
RGB: (188,138,116)
(74%, 54%, 45%)
R 188 of 255 = 74%
G 138 of 255 = 54%
B 116 of 255 = 45%
R + G + B ~ 58%. #BC8A74 is middle color (not dark and not light).
R + G + B = 188 + 138 + 116 = 442 (100%)
R 188 of 442 ~ 42.53%
G 138 of 442 ~ 31.22%
B 116 of 442 ~ 26.24'%
#BC8A74 color CMYK value is (0,27,38,26).
CMYK: (0,27,38,26)
C0M27Y38K26 (0%, 27%, 38%, 26%)
(0.00 / 0.27 / 0.38 / 0.26)
Color #BC8A74 in popluar color models
BC | 8A | 74 | |
---|---|---|---|
RGB | 188 | 138 | 116 |
HSL | 18° | 34.95% | 59.61% |
HSB/HSV | 18° | 38.30% | 73.73% |
CMYK | 0.00% | 26.60% | 38.30% |
26.27% |
Color #BC8A74 in popluar number systems.
HEX | BC | 8A | 74 |
Decimal | 188 | 138 | 116 |
Binary | 10111100 | 10001010 | 1110100 |
Octal | 274 | 212 | 164 |
Shades of #BC8A74
Tints of #BC8A74
Examples of css and html codes for elements with #BC8A74 color. Also use rgb(188,138,116) instead hex code.
.myTextColor { color: #BC8A74; }
<p style="color:#BC8A74">This sample text font color is #BC8A74.</p>
This text font color is #BC8A74.
.myBgColor { background-color: #BC8A74; }
<div style="background-color:#BC8A74">Inner text</div>
This div background color is #BC8A74.
.myBorderColor { border: 1px solid #BC8A74; }
<div style="border:3px solid #BC8A74">Div</div>
This div border color is #BC8A74.
.myOpacity80 { color: #BC8A74; opacity: 0.8; }
<p style="color:#BC8A74;opacity:0.8;">80%</p>
Text with #BC8A74 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC8A74;}
<p style="text-shadow: 3px 3px 1px #BC8A74">Text here.</p>
This text has shadow with #BC8A74 color.
.textShadow {text-shadow: 3px 3px 1px #BC8A74', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC8A74, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC8A74 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8A74, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC8A74, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC8A74 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC8A74;
-webkit-box-shadow: 1px 1px 3px 2px #BC8A74;
box-shadow: 1px 1px 3px 2px #BC8A74;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC8A74; -webkit-box-shadow: 1px 1px 3px 2px #BC8A74; box-shadow:1px 1px 3px 2px #BC8A74;">
Div content here
</div>
This text has color #BC8A74 on black background.
This text has color #BC8A74 on white background.
This text has black color on #BC8A74 background.
This text has white color on #BC8A74 background.
Complementary color for #hex is #43758B.