HEX: #B09424
RGB: (176,148,36)
#B09424 contains mainly red and green colors. Web safe color of #B09424 is #999933 (or #993).
#B09424 color RGB value is (176,148,36).
RGB: (176,148,36)
(69%, 58%, 14%)
R 176 of 255 = 69%
G 148 of 255 = 58%
B 36 of 255 = 14%
R + G + B ~ 47%. #B09424 is middle color (not dark and not light).
R + G + B = 176 + 148 + 36 = 360 (100%)
R 176 of 360 ~ 48.89%
G 148 of 360 ~ 41.11%
B 36 of 360 ~ 10'%
#B09424 color CMYK value is (0,16,80,31).
CMYK: (0,16,80,31)
C0M16Y80K31 (0%, 16%, 80%, 31%)
(0.00 / 0.16 / 0.80 / 0.31)
Color #B09424 in popluar color models
B0 | 94 | 24 | |
---|---|---|---|
RGB | 176 | 148 | 36 |
HSL | 48° | 66.04% | 41.57% |
HSB/HSV | 48° | 79.55% | 69.02% |
CMYK | 0.00% | 15.91% | 79.55% |
30.98% |
Color #B09424 in popluar number systems.
HEX | B0 | 94 | 24 |
Decimal | 176 | 148 | 36 |
Binary | 10110000 | 10010100 | 100100 |
Octal | 260 | 224 | 44 |
Shades of #B09424
Tints of #B09424
Examples of css and html codes for elements with #B09424 color. Also use rgb(176,148,36) instead hex code.
.myTextColor { color: #B09424; }
<p style="color:#B09424">This sample text font color is #B09424.</p>
This text font color is #B09424.
.myBgColor { background-color: #B09424; }
<div style="background-color:#B09424">Inner text</div>
This div background color is #B09424.
.myBorderColor { border: 1px solid #B09424; }
<div style="border:3px solid #B09424">Div</div>
This div border color is #B09424.
.myOpacity80 { color: #B09424; opacity: 0.8; }
<p style="color:#B09424;opacity:0.8;">80%</p>
Text with #B09424 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B09424;}
<p style="text-shadow: 3px 3px 1px #B09424">Text here.</p>
This text has shadow with #B09424 color.
.textShadow {text-shadow: 3px 3px 1px #B09424', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B09424, 5px 5px 20px red">Text here.</p>
This text has shadow with #B09424 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B09424, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B09424, Direction=45, Strength=4)">Text</p>
This text has shadow with #B09424 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B09424;
-webkit-box-shadow: 1px 1px 3px 2px #B09424;
box-shadow: 1px 1px 3px 2px #B09424;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B09424; -webkit-box-shadow: 1px 1px 3px 2px #B09424; box-shadow:1px 1px 3px 2px #B09424;">
Div content here
</div>
This text has color #B09424 on black background.
This text has color #B09424 on white background.
This text has black color on #B09424 background.
This text has white color on #B09424 background.
Complementary color for #hex is #4F6BDB.