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