HEX: #B57D4C
RGB: (181,125,76)
#B57D4C contains mainly red and green colors. Web safe color of #B57D4C is #CC6633 (or #C63).
#B57D4C color RGB value is (181,125,76).
RGB: (181,125,76)
(71%, 49%, 30%)
R 181 of 255 = 71%
G 125 of 255 = 49%
B 76 of 255 = 30%
R + G + B ~ 50%. #B57D4C is middle color (not dark and not light).
R + G + B = 181 + 125 + 76 = 382 (100%)
R 181 of 382 ~ 47.38%
G 125 of 382 ~ 32.72%
B 76 of 382 ~ 19.9'%
#B57D4C color CMYK value is (0,31,58,29).
CMYK: (0,31,58,29)
C0M31Y58K29 (0%, 31%, 58%, 29%)
(0.00 / 0.31 / 0.58 / 0.29)
Color #B57D4C in popluar color models
B5 | 7D | 4C | |
---|---|---|---|
RGB | 181 | 125 | 76 |
HSL | 28° | 41.50% | 50.39% |
HSB/HSV | 28° | 58.01% | 70.98% |
CMYK | 0.00% | 30.94% | 58.01% |
29.02% |
Color #B57D4C in popluar number systems.
HEX | B5 | 7D | 4C |
Decimal | 181 | 125 | 76 |
Binary | 10110101 | 1111101 | 1001100 |
Octal | 265 | 175 | 114 |
Shades of #B57D4C
Tints of #B57D4C
Examples of css and html codes for elements with #B57D4C color. Also use rgb(181,125,76) instead hex code.
.myTextColor { color: #B57D4C; }
<p style="color:#B57D4C">This sample text font color is #B57D4C.</p>
This text font color is #B57D4C.
.myBgColor { background-color: #B57D4C; }
<div style="background-color:#B57D4C">Inner text</div>
This div background color is #B57D4C.
.myBorderColor { border: 1px solid #B57D4C; }
<div style="border:3px solid #B57D4C">Div</div>
This div border color is #B57D4C.
.myOpacity80 { color: #B57D4C; opacity: 0.8; }
<p style="color:#B57D4C;opacity:0.8;">80%</p>
Text with #B57D4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B57D4C;}
<p style="text-shadow: 3px 3px 1px #B57D4C">Text here.</p>
This text has shadow with #B57D4C color.
.textShadow {text-shadow: 3px 3px 1px #B57D4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B57D4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B57D4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B57D4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B57D4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B57D4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B57D4C;
-webkit-box-shadow: 1px 1px 3px 2px #B57D4C;
box-shadow: 1px 1px 3px 2px #B57D4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B57D4C; -webkit-box-shadow: 1px 1px 3px 2px #B57D4C; box-shadow:1px 1px 3px 2px #B57D4C;">
Div content here
</div>
This text has color #B57D4C on black background.
This text has color #B57D4C on white background.
This text has black color on #B57D4C background.
This text has white color on #B57D4C background.
Complementary color for #hex is #4A82B3.