HEX: #BC9889
RGB: (188,152,137)
#BC9889 contains red, green and blue colors in about the same proportion. Web safe color of #BC9889 is #CC9999 (or #C99).
#BC9889 color RGB value is (188,152,137).
RGB: (188,152,137)
(74%, 60%, 54%)
R 188 of 255 = 74%
G 152 of 255 = 60%
B 137 of 255 = 54%
R + G + B ~ 63%. #BC9889 is quite light color.
R + G + B = 188 + 152 + 137 = 477 (100%)
R 188 of 477 ~ 39.41%
G 152 of 477 ~ 31.87%
B 137 of 477 ~ 28.72'%
#BC9889 color CMYK value is (0,19,27,26).
CMYK: (0,19,27,26)
C0M19Y27K26 (0%, 19%, 27%, 26%)
(0.00 / 0.19 / 0.27 / 0.26)
Color #BC9889 in popluar color models
BC | 98 | 89 | |
---|---|---|---|
RGB | 188 | 152 | 137 |
HSL | 18° | 27.57% | 63.73% |
HSB/HSV | 18° | 27.13% | 73.73% |
CMYK | 0.00% | 19.15% | 27.13% |
26.27% |
Color #BC9889 in popluar number systems.
HEX | BC | 98 | 89 |
Decimal | 188 | 152 | 137 |
Binary | 10111100 | 10011000 | 10001001 |
Octal | 274 | 230 | 211 |
Shades of #BC9889
Tints of #BC9889
Examples of css and html codes for elements with #BC9889 color. Also use rgb(188,152,137) instead hex code.
.myTextColor { color: #BC9889; }
<p style="color:#BC9889">This sample text font color is #BC9889.</p>
This text font color is #BC9889.
.myBgColor { background-color: #BC9889; }
<div style="background-color:#BC9889">Inner text</div>
This div background color is #BC9889.
.myBorderColor { border: 1px solid #BC9889; }
<div style="border:3px solid #BC9889">Div</div>
This div border color is #BC9889.
.myOpacity80 { color: #BC9889; opacity: 0.8; }
<p style="color:#BC9889;opacity:0.8;">80%</p>
Text with #BC9889 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC9889;}
<p style="text-shadow: 3px 3px 1px #BC9889">Text here.</p>
This text has shadow with #BC9889 color.
.textShadow {text-shadow: 3px 3px 1px #BC9889', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC9889, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC9889 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9889, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC9889, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC9889 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9889;
-webkit-box-shadow: 1px 1px 3px 2px #BC9889;
box-shadow: 1px 1px 3px 2px #BC9889;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9889; -webkit-box-shadow: 1px 1px 3px 2px #BC9889; box-shadow:1px 1px 3px 2px #BC9889;">
Div content here
</div>
This text has color #BC9889 on black background.
This text has color #BC9889 on white background.
This text has black color on #BC9889 background.
This text has white color on #BC9889 background.
Complementary color for #hex is #436776.