HEX: #B88E61
RGB: (184,142,97)
#B88E61 contains mainly red and green colors. Web safe color of #B88E61 is #CC9966 (or #C96).
#B88E61 color RGB value is (184,142,97).
RGB: (184,142,97)
(72%, 56%, 38%)
R 184 of 255 = 72%
G 142 of 255 = 56%
B 97 of 255 = 38%
R + G + B ~ 55%. #B88E61 is middle color (not dark and not light).
R + G + B = 184 + 142 + 97 = 423 (100%)
R 184 of 423 ~ 43.5%
G 142 of 423 ~ 33.57%
B 97 of 423 ~ 22.93'%
#B88E61 color CMYK value is (0,23,47,28).
CMYK: (0,23,47,28)
C0M23Y47K28 (0%, 23%, 47%, 28%)
(0.00 / 0.23 / 0.47 / 0.28)
Color #B88E61 in popluar color models
B8 | 8E | 61 | |
---|---|---|---|
RGB | 184 | 142 | 97 |
HSL | 31° | 37.99% | 55.10% |
HSB/HSV | 31° | 47.28% | 72.16% |
CMYK | 0.00% | 22.83% | 47.28% |
27.84% |
Color #B88E61 in popluar number systems.
HEX | B8 | 8E | 61 |
Decimal | 184 | 142 | 97 |
Binary | 10111000 | 10001110 | 1100001 |
Octal | 270 | 216 | 141 |
Shades of #B88E61
Tints of #B88E61
Examples of css and html codes for elements with #B88E61 color. Also use rgb(184,142,97) instead hex code.
.myTextColor { color: #B88E61; }
<p style="color:#B88E61">This sample text font color is #B88E61.</p>
This text font color is #B88E61.
.myBgColor { background-color: #B88E61; }
<div style="background-color:#B88E61">Inner text</div>
This div background color is #B88E61.
.myBorderColor { border: 1px solid #B88E61; }
<div style="border:3px solid #B88E61">Div</div>
This div border color is #B88E61.
.myOpacity80 { color: #B88E61; opacity: 0.8; }
<p style="color:#B88E61;opacity:0.8;">80%</p>
Text with #B88E61 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B88E61;}
<p style="text-shadow: 3px 3px 1px #B88E61">Text here.</p>
This text has shadow with #B88E61 color.
.textShadow {text-shadow: 3px 3px 1px #B88E61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B88E61, 5px 5px 20px red">Text here.</p>
This text has shadow with #B88E61 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B88E61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B88E61, Direction=45, Strength=4)">Text</p>
This text has shadow with #B88E61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B88E61;
-webkit-box-shadow: 1px 1px 3px 2px #B88E61;
box-shadow: 1px 1px 3px 2px #B88E61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B88E61; -webkit-box-shadow: 1px 1px 3px 2px #B88E61; box-shadow:1px 1px 3px 2px #B88E61;">
Div content here
</div>
This text has color #B88E61 on black background.
This text has color #B88E61 on white background.
This text has black color on #B88E61 background.
This text has white color on #B88E61 background.
Complementary color for #hex is #47719E.