HEX: #B9855F
RGB: (185,133,95)
#B9855F contains mainly red and green colors. Web safe color of #B9855F is #CC9966 (or #C96).
#B9855F color RGB value is (185,133,95).
RGB: (185,133,95)
(73%, 52%, 37%)
R 185 of 255 = 73%
G 133 of 255 = 52%
B 95 of 255 = 37%
R + G + B ~ 54%. #B9855F is middle color (not dark and not light).
R + G + B = 185 + 133 + 95 = 413 (100%)
R 185 of 413 ~ 44.79%
G 133 of 413 ~ 32.2%
B 95 of 413 ~ 23'%
#B9855F color CMYK value is (0,28,49,27).
CMYK: (0,28,49,27)
C0M28Y49K27 (0%, 28%, 49%, 27%)
(0.00 / 0.28 / 0.49 / 0.27)
Color #B9855F in popluar color models
B9 | 85 | 5F | |
---|---|---|---|
RGB | 185 | 133 | 95 |
HSL | 25° | 39.13% | 54.90% |
HSB/HSV | 25° | 48.65% | 72.55% |
CMYK | 0.00% | 28.11% | 48.65% |
27.45% |
Color #B9855F in popluar number systems.
HEX | B9 | 85 | 5F |
Decimal | 185 | 133 | 95 |
Binary | 10111001 | 10000101 | 1011111 |
Octal | 271 | 205 | 137 |
Shades of #B9855F
Tints of #B9855F
Examples of css and html codes for elements with #B9855F color. Also use rgb(185,133,95) instead hex code.
.myTextColor { color: #B9855F; }
<p style="color:#B9855F">This sample text font color is #B9855F.</p>
This text font color is #B9855F.
.myBgColor { background-color: #B9855F; }
<div style="background-color:#B9855F">Inner text</div>
This div background color is #B9855F.
.myBorderColor { border: 1px solid #B9855F; }
<div style="border:3px solid #B9855F">Div</div>
This div border color is #B9855F.
.myOpacity80 { color: #B9855F; opacity: 0.8; }
<p style="color:#B9855F;opacity:0.8;">80%</p>
Text with #B9855F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9855F;}
<p style="text-shadow: 3px 3px 1px #B9855F">Text here.</p>
This text has shadow with #B9855F color.
.textShadow {text-shadow: 3px 3px 1px #B9855F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9855F, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9855F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9855F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9855F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9855F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9855F;
-webkit-box-shadow: 1px 1px 3px 2px #B9855F;
box-shadow: 1px 1px 3px 2px #B9855F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9855F; -webkit-box-shadow: 1px 1px 3px 2px #B9855F; box-shadow:1px 1px 3px 2px #B9855F;">
Div content here
</div>
This text has color #B9855F on black background.
This text has color #B9855F on white background.
This text has black color on #B9855F background.
This text has white color on #B9855F background.
Complementary color for #hex is #467AA0.