HEX: #BC8B79
RGB: (188,139,121)
#BC8B79 contains mainly red and green colors. Web safe color of #BC8B79 is #CC9966 (or #C96).
#BC8B79 color RGB value is (188,139,121).
RGB: (188,139,121)
(74%, 55%, 47%)
R 188 of 255 = 74%
G 139 of 255 = 55%
B 121 of 255 = 47%
R + G + B ~ 59%. #BC8B79 is middle color (not dark and not light).
R + G + B = 188 + 139 + 121 = 448 (100%)
R 188 of 448 ~ 41.96%
G 139 of 448 ~ 31.03%
B 121 of 448 ~ 27.01'%
#BC8B79 color CMYK value is (0,26,36,26).
CMYK: (0,26,36,26) C0M26Y36K26 (0%,26%,36%,26%) (0.00/0.26/0.36/0.26)
Color #BC8B79 in popluar color models
BC | 8B | 79 | |
---|---|---|---|
RGB | 188 | 139 | 121 |
HSL | 16° | 33.33% | 60.59% |
HSB/HSV | 16° | 35.64% | 73.73% |
CMYK | 0.00% | 26.06% | 35.64% |
26.27% |
Color #BC8B79 in popluar number systems.
HEX | BC | 8B | 79 |
Decimal | 188 | 139 | 121 |
Binary | 10111100 | 10001011 | 1111001 |
Octal | 274 | 213 | 171 |
Shades of #BC8B79
Tints of #BC8B79
Examples of css and html codes for elements with #BC8B79 color. Also use rgb(188,139,121) instead hex code.
.myTextColor { color: #BC8B79; }
<p style="color:#BC8B79">This sample text font color is #BC8B79.</p>
This text font color is #BC8B79.
.myBgColor { background-color: #BC8B79; }
<div style="background-color:#BC8B79">Inner text</div>
This div background color is #BC8B79.
.myBorderColor { border: 1px solid #BC8B79; }
<div style="border:3px solid #BC8B79">Div</div>
This div border color is #BC8B79.
.myOpacity80 { color: #BC8B79; opacity: 0.8; }
<p style="color:#BC8B79;opacity:0.8;">80%</p>
Text with #BC8B79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC8B79;}
<p style="text-shadow: 3px 3px 1px #BC8B79">Text here.</p>
This text has shadow with #BC8B79 color.
.textShadow {text-shadow: 3px 3px 1px #BC8B79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC8B79, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC8B79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC8B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC8B79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC8B79;
-webkit-box-shadow: 1px 1px 3px 2px #BC8B79;
box-shadow: 1px 1px 3px 2px #BC8B79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC8B79; -webkit-box-shadow: 1px 1px 3px 2px #BC8B79; box-shadow:1px 1px 3px 2px #BC8B79;">
Div content here
</div>
This text has color #BC8B79 on black background.
This text has color #BC8B79 on white background.
This text has black color on #BC8B79 background.
This text has white color on #BC8B79 background.
Complementary color for #hex is #437486.