HEX: #B49D4C
RGB: (180,157,76)
#B49D4C contains mainly red and green colors. Web safe color of #B49D4C is #CC9933 (or #C93).
#B49D4C color RGB value is (180,157,76).
RGB: (180,157,76)
(71%, 62%, 30%)
R 180 of 255 = 71%
G 157 of 255 = 62%
B 76 of 255 = 30%
R + G + B ~ 54%. #B49D4C is middle color (not dark and not light).
R + G + B = 180 + 157 + 76 = 413 (100%)
R 180 of 413 ~ 43.58%
G 157 of 413 ~ 38.01%
B 76 of 413 ~ 18.4'%
#B49D4C color CMYK value is (0,13,58,29).
CMYK: (0,13,58,29)
C0M13Y58K29 (0%, 13%, 58%, 29%)
(0.00 / 0.13 / 0.58 / 0.29)
Color #B49D4C in popluar color models
B4 | 9D | 4C | |
---|---|---|---|
RGB | 180 | 157 | 76 |
HSL | 47° | 40.94% | 50.20% |
HSB/HSV | 47° | 57.78% | 70.59% |
CMYK | 0.00% | 12.78% | 57.78% |
29.41% |
Color #B49D4C in popluar number systems.
HEX | B4 | 9D | 4C |
Decimal | 180 | 157 | 76 |
Binary | 10110100 | 10011101 | 1001100 |
Octal | 264 | 235 | 114 |
Shades of #B49D4C
Tints of #B49D4C
Examples of css and html codes for elements with #B49D4C color. Also use rgb(180,157,76) instead hex code.
.myTextColor { color: #B49D4C; }
<p style="color:#B49D4C">This sample text font color is #B49D4C.</p>
This text font color is #B49D4C.
.myBgColor { background-color: #B49D4C; }
<div style="background-color:#B49D4C">Inner text</div>
This div background color is #B49D4C.
.myBorderColor { border: 1px solid #B49D4C; }
<div style="border:3px solid #B49D4C">Div</div>
This div border color is #B49D4C.
.myOpacity80 { color: #B49D4C; opacity: 0.8; }
<p style="color:#B49D4C;opacity:0.8;">80%</p>
Text with #B49D4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49D4C;}
<p style="text-shadow: 3px 3px 1px #B49D4C">Text here.</p>
This text has shadow with #B49D4C color.
.textShadow {text-shadow: 3px 3px 1px #B49D4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49D4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B49D4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49D4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49D4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49D4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49D4C;
-webkit-box-shadow: 1px 1px 3px 2px #B49D4C;
box-shadow: 1px 1px 3px 2px #B49D4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49D4C; -webkit-box-shadow: 1px 1px 3px 2px #B49D4C; box-shadow:1px 1px 3px 2px #B49D4C;">
Div content here
</div>
This text has color #B49D4C on black background.
This text has color #B49D4C on white background.
This text has black color on #B49D4C background.
This text has white color on #B49D4C background.
Complementary color for #hex is #4B62B3.