HEX: #BB886F
RGB: (187,136,111)
#BB886F contains mainly red and green colors. Web safe color of #BB886F is #CC9966 (or #C96).
#BB886F color RGB value is (187,136,111).
RGB: (187,136,111)
(73%, 53%, 44%)
R 187 of 255 = 73%
G 136 of 255 = 53%
B 111 of 255 = 44%
R + G + B ~ 57%. #BB886F is middle color (not dark and not light).
R + G + B = 187 + 136 + 111 = 434 (100%)
R 187 of 434 ~ 43.09%
G 136 of 434 ~ 31.34%
B 111 of 434 ~ 25.58'%
#BB886F color CMYK value is (0,27,41,27).
CMYK: (0,27,41,27) C0M27Y41K27 (0%,27%,41%,27%) (0.00/0.27/0.41/0.27)
Color #BB886F in popluar color models
BB | 88 | 6F | |
---|---|---|---|
RGB | 187 | 136 | 111 |
HSL | 20° | 35.85% | 58.43% |
HSB/HSV | 20° | 40.64% | 73.33% |
CMYK | 0.00% | 27.27% | 40.64% |
26.67% |
Color #BB886F in popluar number systems.
HEX | BB | 88 | 6F |
Decimal | 187 | 136 | 111 |
Binary | 10111011 | 10001000 | 1101111 |
Octal | 273 | 210 | 157 |
Shades of #BB886F
Tints of #BB886F
Examples of css and html codes for elements with #BB886F color. Also use rgb(187,136,111) instead hex code.
.myTextColor { color: #BB886F; }
<p style="color:#BB886F">This sample text font color is #BB886F.</p>
This text font color is #BB886F.
.myBgColor { background-color: #BB886F; }
<div style="background-color:#BB886F">Inner text</div>
This div background color is #BB886F.
.myBorderColor { border: 1px solid #BB886F; }
<div style="border:3px solid #BB886F">Div</div>
This div border color is #BB886F.
.myOpacity80 { color: #BB886F; opacity: 0.8; }
<p style="color:#BB886F;opacity:0.8;">80%</p>
Text with #BB886F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB886F;}
<p style="text-shadow: 3px 3px 1px #BB886F">Text here.</p>
This text has shadow with #BB886F color.
.textShadow {text-shadow: 3px 3px 1px #BB886F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB886F, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB886F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB886F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB886F, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB886F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB886F;
-webkit-box-shadow: 1px 1px 3px 2px #BB886F;
box-shadow: 1px 1px 3px 2px #BB886F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB886F; -webkit-box-shadow: 1px 1px 3px 2px #BB886F; box-shadow:1px 1px 3px 2px #BB886F;">
Div content here
</div>
This text has color #BB886F on black background.
This text has color #BB886F on white background.
This text has black color on #BB886F background.
This text has white color on #BB886F background.
Complementary color for #hex is #447790.