HEX: #B4A17D
RGB: (180,161,125)
#B4A17D contains red, green and blue colors in about the same proportion. Web safe color of #B4A17D is #CC9966 (or #C96).
#B4A17D color RGB value is (180,161,125).
RGB: (180,161,125)
(71%, 63%, 49%)
R 180 of 255 = 71%
G 161 of 255 = 63%
B 125 of 255 = 49%
R + G + B ~ 61%. #B4A17D is quite light color.
R + G + B = 180 + 161 + 125 = 466 (100%)
R 180 of 466 ~ 38.63%
G 161 of 466 ~ 34.55%
B 125 of 466 ~ 26.82'%
#B4A17D color CMYK value is (0,11,31,29).
CMYK: (0,11,31,29)
C0M11Y31K29 (0%, 11%, 31%, 29%)
(0.00 / 0.11 / 0.31 / 0.29)
Color #B4A17D in popluar color models
B4 | A1 | 7D | |
---|---|---|---|
RGB | 180 | 161 | 125 |
HSL | 39° | 26.83% | 59.80% |
HSB/HSV | 39° | 30.56% | 70.59% |
CMYK | 0.00% | 10.56% | 30.56% |
29.41% |
Color #B4A17D in popluar number systems.
HEX | B4 | A1 | 7D |
Decimal | 180 | 161 | 125 |
Binary | 10110100 | 10100001 | 1111101 |
Octal | 264 | 241 | 175 |
Shades of #B4A17D
Tints of #B4A17D
Examples of css and html codes for elements with #B4A17D color. Also use rgb(180,161,125) instead hex code.
.myTextColor { color: #B4A17D; }
<p style="color:#B4A17D">This sample text font color is #B4A17D.</p>
This text font color is #B4A17D.
.myBgColor { background-color: #B4A17D; }
<div style="background-color:#B4A17D">Inner text</div>
This div background color is #B4A17D.
.myBorderColor { border: 1px solid #B4A17D; }
<div style="border:3px solid #B4A17D">Div</div>
This div border color is #B4A17D.
.myOpacity80 { color: #B4A17D; opacity: 0.8; }
<p style="color:#B4A17D;opacity:0.8;">80%</p>
Text with #B4A17D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4A17D;}
<p style="text-shadow: 3px 3px 1px #B4A17D">Text here.</p>
This text has shadow with #B4A17D color.
.textShadow {text-shadow: 3px 3px 1px #B4A17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4A17D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4A17D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4A17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4A17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4A17D;
-webkit-box-shadow: 1px 1px 3px 2px #B4A17D;
box-shadow: 1px 1px 3px 2px #B4A17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4A17D; -webkit-box-shadow: 1px 1px 3px 2px #B4A17D; box-shadow:1px 1px 3px 2px #B4A17D;">
Div content here
</div>
This text has color #B4A17D on black background.
This text has color #B4A17D on white background.
This text has black color on #B4A17D background.
This text has white color on #B4A17D background.
Complementary color for #hex is #4B5E82.