HEX: #B5A173
RGB: (181,161,115)
#B5A173 contains mainly red and green colors. Web safe color of #B5A173 is #CC9966 (or #C96).
#B5A173 color RGB value is (181,161,115).
RGB: (181,161,115)
(71%, 63%, 45%)
R 181 of 255 = 71%
G 161 of 255 = 63%
B 115 of 255 = 45%
R + G + B ~ 60%. #B5A173 is middle color (not dark and not light).
R + G + B = 181 + 161 + 115 = 457 (100%)
R 181 of 457 ~ 39.61%
G 161 of 457 ~ 35.23%
B 115 of 457 ~ 25.16'%
#B5A173 color CMYK value is (0,11,36,29).
CMYK: (0,11,36,29)
C0M11Y36K29 (0%, 11%, 36%, 29%)
(0.00 / 0.11 / 0.36 / 0.29)
Color #B5A173 in popluar color models
B5 | A1 | 73 | |
---|---|---|---|
RGB | 181 | 161 | 115 |
HSL | 42° | 30.84% | 58.04% |
HSB/HSV | 42° | 36.46% | 70.98% |
CMYK | 0.00% | 11.05% | 36.46% |
29.02% |
Color #B5A173 in popluar number systems.
HEX | B5 | A1 | 73 |
Decimal | 181 | 161 | 115 |
Binary | 10110101 | 10100001 | 1110011 |
Octal | 265 | 241 | 163 |
Shades of #B5A173
Tints of #B5A173
Examples of css and html codes for elements with #B5A173 color. Also use rgb(181,161,115) instead hex code.
.myTextColor { color: #B5A173; }
<p style="color:#B5A173">This sample text font color is #B5A173.</p>
This text font color is #B5A173.
.myBgColor { background-color: #B5A173; }
<div style="background-color:#B5A173">Inner text</div>
This div background color is #B5A173.
.myBorderColor { border: 1px solid #B5A173; }
<div style="border:3px solid #B5A173">Div</div>
This div border color is #B5A173.
.myOpacity80 { color: #B5A173; opacity: 0.8; }
<p style="color:#B5A173;opacity:0.8;">80%</p>
Text with #B5A173 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5A173;}
<p style="text-shadow: 3px 3px 1px #B5A173">Text here.</p>
This text has shadow with #B5A173 color.
.textShadow {text-shadow: 3px 3px 1px #B5A173', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5A173, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5A173 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5A173, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5A173, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5A173 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5A173;
-webkit-box-shadow: 1px 1px 3px 2px #B5A173;
box-shadow: 1px 1px 3px 2px #B5A173;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5A173; -webkit-box-shadow: 1px 1px 3px 2px #B5A173; box-shadow:1px 1px 3px 2px #B5A173;">
Div content here
</div>
This text has color #B5A173 on black background.
This text has color #B5A173 on white background.
This text has black color on #B5A173 background.
This text has white color on #B5A173 background.
Complementary color for #hex is #4A5E8C.