HEX: #B4888F
RGB: (180,136,143)
#B4888F contains red, green and blue colors in about the same proportion. Web safe color of #B4888F is #CC9999 (or #C99).
#B4888F color RGB value is (180,136,143).
RGB: (180,136,143)
(71%, 53%, 56%)
R 180 of 255 = 71%
G 136 of 255 = 53%
B 143 of 255 = 56%
R + G + B ~ 60%. #B4888F is middle color (not dark and not light).
R + G + B = 180 + 136 + 143 = 459 (100%)
R 180 of 459 ~ 39.22%
G 136 of 459 ~ 29.63%
B 143 of 459 ~ 31.15'%
#B4888F color CMYK value is (0,24,21,29).
CMYK: (0,24,21,29)
C0M24Y21K29 (0%, 24%, 21%, 29%)
(0.00 / 0.24 / 0.21 / 0.29)
Color #B4888F in popluar color models
B4 | 88 | 8F | |
---|---|---|---|
RGB | 180 | 136 | 143 |
HSL | 350° | 22.68% | 61.96% |
HSB/HSV | 350° | 24.44% | 70.59% |
CMYK | 0.00% | 24.44% | 20.56% |
29.41% |
Color #B4888F in popluar number systems.
HEX | B4 | 88 | 8F |
Decimal | 180 | 136 | 143 |
Binary | 10110100 | 10001000 | 10001111 |
Octal | 264 | 210 | 217 |
Shades of #B4888F
Tints of #B4888F
Examples of css and html codes for elements with #B4888F color. Also use rgb(180,136,143) instead hex code.
.myTextColor { color: #B4888F; }
<p style="color:#B4888F">This sample text font color is #B4888F.</p>
This text font color is #B4888F.
.myBgColor { background-color: #B4888F; }
<div style="background-color:#B4888F">Inner text</div>
This div background color is #B4888F.
.myBorderColor { border: 1px solid #B4888F; }
<div style="border:3px solid #B4888F">Div</div>
This div border color is #B4888F.
.myOpacity80 { color: #B4888F; opacity: 0.8; }
<p style="color:#B4888F;opacity:0.8;">80%</p>
Text with #B4888F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4888F;}
<p style="text-shadow: 3px 3px 1px #B4888F">Text here.</p>
This text has shadow with #B4888F color.
.textShadow {text-shadow: 3px 3px 1px #B4888F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4888F, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4888F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4888F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4888F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4888F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4888F;
-webkit-box-shadow: 1px 1px 3px 2px #B4888F;
box-shadow: 1px 1px 3px 2px #B4888F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4888F; -webkit-box-shadow: 1px 1px 3px 2px #B4888F; box-shadow:1px 1px 3px 2px #B4888F;">
Div content here
</div>
This text has color #B4888F on black background.
This text has color #B4888F on white background.
This text has black color on #B4888F background.
This text has white color on #B4888F background.
Complementary color for #hex is #4B7770.