HEX: #B4AA61
RGB: (180,170,97)
#B4AA61 contains mainly red and green colors. Web safe color of #B4AA61 is #CC9966 (or #C96).
#B4AA61 color RGB value is (180,170,97).
RGB: (180,170,97)
(71%, 67%, 38%)
R 180 of 255 = 71%
G 170 of 255 = 67%
B 97 of 255 = 38%
R + G + B ~ 59%. #B4AA61 is middle color (not dark and not light).
R + G + B = 180 + 170 + 97 = 447 (100%)
R 180 of 447 ~ 40.27%
G 170 of 447 ~ 38.03%
B 97 of 447 ~ 21.7'%
#B4AA61 color CMYK value is (0,6,46,29).
CMYK: (0,6,46,29)
C0M6Y46K29 (0%, 6%, 46%, 29%)
(0.00 / 0.06 / 0.46 / 0.29)
Color #B4AA61 in popluar color models
B4 | AA | 61 | |
---|---|---|---|
RGB | 180 | 170 | 97 |
HSL | 53° | 35.62% | 54.31% |
HSB/HSV | 53° | 46.11% | 70.59% |
CMYK | 0.00% | 5.56% | 46.11% |
29.41% |
Color #B4AA61 in popluar number systems.
HEX | B4 | AA | 61 |
Decimal | 180 | 170 | 97 |
Binary | 10110100 | 10101010 | 1100001 |
Octal | 264 | 252 | 141 |
Shades of #B4AA61
Tints of #B4AA61
Examples of css and html codes for elements with #B4AA61 color. Also use rgb(180,170,97) instead hex code.
.myTextColor { color: #B4AA61; }
<p style="color:#B4AA61">This sample text font color is #B4AA61.</p>
This text font color is #B4AA61.
.myBgColor { background-color: #B4AA61; }
<div style="background-color:#B4AA61">Inner text</div>
This div background color is #B4AA61.
.myBorderColor { border: 1px solid #B4AA61; }
<div style="border:3px solid #B4AA61">Div</div>
This div border color is #B4AA61.
.myOpacity80 { color: #B4AA61; opacity: 0.8; }
<p style="color:#B4AA61;opacity:0.8;">80%</p>
Text with #B4AA61 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4AA61;}
<p style="text-shadow: 3px 3px 1px #B4AA61">Text here.</p>
This text has shadow with #B4AA61 color.
.textShadow {text-shadow: 3px 3px 1px #B4AA61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4AA61, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4AA61 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4AA61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4AA61, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4AA61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4AA61;
-webkit-box-shadow: 1px 1px 3px 2px #B4AA61;
box-shadow: 1px 1px 3px 2px #B4AA61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4AA61; -webkit-box-shadow: 1px 1px 3px 2px #B4AA61; box-shadow:1px 1px 3px 2px #B4AA61;">
Div content here
</div>
This text has color #B4AA61 on black background.
This text has color #B4AA61 on white background.
This text has black color on #B4AA61 background.
This text has white color on #B4AA61 background.
Complementary color for #hex is #4B559E.