HEX: #B4834E
RGB: (180,131,78)
#B4834E contains mainly red and green colors. Web safe color of #B4834E is #CC9966 (or #C96).
#B4834E color RGB value is (180,131,78).
RGB: (180,131,78)
(71%, 51%, 31%)
R 180 of 255 = 71%
G 131 of 255 = 51%
B 78 of 255 = 31%
R + G + B ~ 51%. #B4834E is middle color (not dark and not light).
R + G + B = 180 + 131 + 78 = 389 (100%)
R 180 of 389 ~ 46.27%
G 131 of 389 ~ 33.68%
B 78 of 389 ~ 20.05'%
#B4834E color CMYK value is (0,27,57,29).
CMYK: (0,27,57,29)
C0M27Y57K29 (0%, 27%, 57%, 29%)
(0.00 / 0.27 / 0.57 / 0.29)
Color #B4834E in popluar color models
B4 | 83 | 4E | |
---|---|---|---|
RGB | 180 | 131 | 78 |
HSL | 31° | 40.48% | 50.59% |
HSB/HSV | 31° | 56.67% | 70.59% |
CMYK | 0.00% | 27.22% | 56.67% |
29.41% |
Color #B4834E in popluar number systems.
HEX | B4 | 83 | 4E |
Decimal | 180 | 131 | 78 |
Binary | 10110100 | 10000011 | 1001110 |
Octal | 264 | 203 | 116 |
Shades of #B4834E
Tints of #B4834E
Examples of css and html codes for elements with #B4834E color. Also use rgb(180,131,78) instead hex code.
.myTextColor { color: #B4834E; }
<p style="color:#B4834E">This sample text font color is #B4834E.</p>
This text font color is #B4834E.
.myBgColor { background-color: #B4834E; }
<div style="background-color:#B4834E">Inner text</div>
This div background color is #B4834E.
.myBorderColor { border: 1px solid #B4834E; }
<div style="border:3px solid #B4834E">Div</div>
This div border color is #B4834E.
.myOpacity80 { color: #B4834E; opacity: 0.8; }
<p style="color:#B4834E;opacity:0.8;">80%</p>
Text with #B4834E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4834E;}
<p style="text-shadow: 3px 3px 1px #B4834E">Text here.</p>
This text has shadow with #B4834E color.
.textShadow {text-shadow: 3px 3px 1px #B4834E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4834E, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4834E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4834E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4834E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4834E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4834E;
-webkit-box-shadow: 1px 1px 3px 2px #B4834E;
box-shadow: 1px 1px 3px 2px #B4834E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4834E; -webkit-box-shadow: 1px 1px 3px 2px #B4834E; box-shadow:1px 1px 3px 2px #B4834E;">
Div content here
</div>
This text has color #B4834E on black background.
This text has color #B4834E on white background.
This text has black color on #B4834E background.
This text has white color on #B4834E background.
Complementary color for #hex is #4B7CB1.