HEX: #BC9992
RGB: (188,153,146)
#BC9992 contains red, green and blue colors in about the same proportion. Web safe color of #BC9992 is #CC9999 (or #C99).
#BC9992 color RGB value is (188,153,146).
RGB: (188,153,146)
(74%, 60%, 57%)
R 188 of 255 = 74%
G 153 of 255 = 60%
B 146 of 255 = 57%
R + G + B ~ 64%. #BC9992 is quite light color.
R + G + B = 188 + 153 + 146 = 487 (100%)
R 188 of 487 ~ 38.6%
G 153 of 487 ~ 31.42%
B 146 of 487 ~ 29.98'%
#BC9992 color CMYK value is (0,19,22,26).
CMYK: (0,19,22,26)
C0M19Y22K26 (0%, 19%, 22%, 26%)
(0.00 / 0.19 / 0.22 / 0.26)
Color #BC9992 in popluar color models
BC | 99 | 92 | |
---|---|---|---|
RGB | 188 | 153 | 146 |
HSL | 10° | 23.86% | 65.49% |
HSB/HSV | 10° | 22.34% | 73.73% |
CMYK | 0.00% | 18.62% | 22.34% |
26.27% |
Color #BC9992 in popluar number systems.
HEX | BC | 99 | 92 |
Decimal | 188 | 153 | 146 |
Binary | 10111100 | 10011001 | 10010010 |
Octal | 274 | 231 | 222 |
Shades of #BC9992
Tints of #BC9992
Examples of css and html codes for elements with #BC9992 color. Also use rgb(188,153,146) instead hex code.
.myTextColor { color: #BC9992; }
<p style="color:#BC9992">This sample text font color is #BC9992.</p>
This text font color is #BC9992.
.myBgColor { background-color: #BC9992; }
<div style="background-color:#BC9992">Inner text</div>
This div background color is #BC9992.
.myBorderColor { border: 1px solid #BC9992; }
<div style="border:3px solid #BC9992">Div</div>
This div border color is #BC9992.
.myOpacity80 { color: #BC9992; opacity: 0.8; }
<p style="color:#BC9992;opacity:0.8;">80%</p>
Text with #BC9992 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC9992;}
<p style="text-shadow: 3px 3px 1px #BC9992">Text here.</p>
This text has shadow with #BC9992 color.
.textShadow {text-shadow: 3px 3px 1px #BC9992', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC9992, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC9992 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9992, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC9992, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC9992 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9992;
-webkit-box-shadow: 1px 1px 3px 2px #BC9992;
box-shadow: 1px 1px 3px 2px #BC9992;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9992; -webkit-box-shadow: 1px 1px 3px 2px #BC9992; box-shadow:1px 1px 3px 2px #BC9992;">
Div content here
</div>
This text has color #BC9992 on black background.
This text has color #BC9992 on white background.
This text has black color on #BC9992 background.
This text has white color on #BC9992 background.
Complementary color for #hex is #43666D.