HEX: #B5988C
RGB: (181,152,140)
#B5988C contains red, green and blue colors in about the same proportion. Web safe color of #B5988C is #CC9999 (or #C99).
#B5988C color RGB value is (181,152,140).
RGB: (181,152,140)
(71%, 60%, 55%)
R 181 of 255 = 71%
G 152 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 62%. #B5988C is quite light color.
R + G + B = 181 + 152 + 140 = 473 (100%)
R 181 of 473 ~ 38.27%
G 152 of 473 ~ 32.14%
B 140 of 473 ~ 29.6'%
#B5988C color CMYK value is (0,16,23,29).
CMYK: (0,16,23,29) C0M16Y23K29 (0%,16%,23%,29%) (0.00/0.16/0.23/0.29)
Color #B5988C in popluar color models
B5 | 98 | 8C | |
---|---|---|---|
RGB | 181 | 152 | 140 |
HSL | 18° | 21.69% | 62.94% |
HSB/HSV | 18° | 22.65% | 70.98% |
CMYK | 0.00% | 16.02% | 22.65% |
29.02% |
Color #B5988C in popluar number systems.
HEX | B5 | 98 | 8C |
Decimal | 181 | 152 | 140 |
Binary | 10110101 | 10011000 | 10001100 |
Octal | 265 | 230 | 214 |
Shades of #B5988C
Tints of #B5988C
Examples of css and html codes for elements with #B5988C color. Also use rgb(181,152,140) instead hex code.
.myTextColor { color: #B5988C; }
<p style="color:#B5988C">This sample text font color is #B5988C.</p>
This text font color is #B5988C.
.myBgColor { background-color: #B5988C; }
<div style="background-color:#B5988C">Inner text</div>
This div background color is #B5988C.
.myBorderColor { border: 1px solid #B5988C; }
<div style="border:3px solid #B5988C">Div</div>
This div border color is #B5988C.
.myOpacity80 { color: #B5988C; opacity: 0.8; }
<p style="color:#B5988C;opacity:0.8;">80%</p>
Text with #B5988C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5988C;}
<p style="text-shadow: 3px 3px 1px #B5988C">Text here.</p>
This text has shadow with #B5988C color.
.textShadow {text-shadow: 3px 3px 1px #B5988C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5988C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5988C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5988C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5988C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5988C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5988C;
-webkit-box-shadow: 1px 1px 3px 2px #B5988C;
box-shadow: 1px 1px 3px 2px #B5988C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5988C; -webkit-box-shadow: 1px 1px 3px 2px #B5988C; box-shadow:1px 1px 3px 2px #B5988C;">
Div content here
</div>
This text has color #B5988C on black background.
This text has color #B5988C on white background.
This text has black color on #B5988C background.
This text has white color on #B5988C background.
Complementary color for #hex is #4A6773.