HEX: #BD988D
RGB: (189,152,141)
#BD988D contains red, green and blue colors in about the same proportion. Web safe color of #BD988D is #CC9999 (or #C99).
#BD988D color RGB value is (189,152,141).
RGB: (189,152,141)
(74%, 60%, 55%)
R 189 of 255 = 74%
G 152 of 255 = 60%
B 141 of 255 = 55%
R + G + B ~ 63%. #BD988D is quite light color.
R + G + B = 189 + 152 + 141 = 482 (100%)
R 189 of 482 ~ 39.21%
G 152 of 482 ~ 31.54%
B 141 of 482 ~ 29.25'%
#BD988D color CMYK value is (0,20,25,26).
CMYK: (0,20,25,26)
C0M20Y25K26 (0%, 20%, 25%, 26%)
(0.00 / 0.20 / 0.25 / 0.26)
Color #BD988D in popluar color models
BD | 98 | 8D | |
---|---|---|---|
RGB | 189 | 152 | 141 |
HSL | 14° | 26.67% | 64.71% |
HSB/HSV | 14° | 25.40% | 74.12% |
CMYK | 0.00% | 19.58% | 25.40% |
25.88% |
Color #BD988D in popluar number systems.
HEX | BD | 98 | 8D |
Decimal | 189 | 152 | 141 |
Binary | 10111101 | 10011000 | 10001101 |
Octal | 275 | 230 | 215 |
Shades of #BD988D
Tints of #BD988D
Examples of css and html codes for elements with #BD988D color. Also use rgb(189,152,141) instead hex code.
.myTextColor { color: #BD988D; }
<p style="color:#BD988D">This sample text font color is #BD988D.</p>
This text font color is #BD988D.
.myBgColor { background-color: #BD988D; }
<div style="background-color:#BD988D">Inner text</div>
This div background color is #BD988D.
.myBorderColor { border: 1px solid #BD988D; }
<div style="border:3px solid #BD988D">Div</div>
This div border color is #BD988D.
.myOpacity80 { color: #BD988D; opacity: 0.8; }
<p style="color:#BD988D;opacity:0.8;">80%</p>
Text with #BD988D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD988D;}
<p style="text-shadow: 3px 3px 1px #BD988D">Text here.</p>
This text has shadow with #BD988D color.
.textShadow {text-shadow: 3px 3px 1px #BD988D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD988D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD988D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD988D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD988D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD988D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD988D;
-webkit-box-shadow: 1px 1px 3px 2px #BD988D;
box-shadow: 1px 1px 3px 2px #BD988D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD988D; -webkit-box-shadow: 1px 1px 3px 2px #BD988D; box-shadow:1px 1px 3px 2px #BD988D;">
Div content here
</div>
This text has color #BD988D on black background.
This text has color #BD988D on white background.
This text has black color on #BD988D background.
This text has white color on #BD988D background.
Complementary color for #hex is #426772.