HEX: #B09D41
RGB: (176,157,65)
#B09D41 contains mainly red and green colors. Web safe color of #B09D41 is #999933 (or #993).
#B09D41 color RGB value is (176,157,65).
RGB: (176,157,65)
(69%, 62%, 25%)
R 176 of 255 = 69%
G 157 of 255 = 62%
B 65 of 255 = 25%
R + G + B ~ 52%. #B09D41 is middle color (not dark and not light).
R + G + B = 176 + 157 + 65 = 398 (100%)
R 176 of 398 ~ 44.22%
G 157 of 398 ~ 39.45%
B 65 of 398 ~ 16.33'%
#B09D41 color CMYK value is (0,11,63,31).
CMYK: (0,11,63,31) C0M11Y63K31 (0%,11%,63%,31%) (0.00/0.11/0.63/0.31)
Color #B09D41 in popluar color models
B0 | 9D | 41 | |
---|---|---|---|
RGB | 176 | 157 | 65 |
HSL | 50° | 46.06% | 47.25% |
HSB/HSV | 50° | 63.07% | 69.02% |
CMYK | 0.00% | 10.80% | 63.07% |
30.98% |
Color #B09D41 in popluar number systems.
HEX | B0 | 9D | 41 |
Decimal | 176 | 157 | 65 |
Binary | 10110000 | 10011101 | 1000001 |
Octal | 260 | 235 | 101 |
Shades of #B09D41
Tints of #B09D41
Examples of css and html codes for elements with #B09D41 color. Also use rgb(176,157,65) instead hex code.
.myTextColor { color: #B09D41; }
<p style="color:#B09D41">This sample text font color is #B09D41.</p>
This text font color is #B09D41.
.myBgColor { background-color: #B09D41; }
<div style="background-color:#B09D41">Inner text</div>
This div background color is #B09D41.
.myBorderColor { border: 1px solid #B09D41; }
<div style="border:3px solid #B09D41">Div</div>
This div border color is #B09D41.
.myOpacity80 { color: #B09D41; opacity: 0.8; }
<p style="color:#B09D41;opacity:0.8;">80%</p>
Text with #B09D41 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B09D41;}
<p style="text-shadow: 3px 3px 1px #B09D41">Text here.</p>
This text has shadow with #B09D41 color.
.textShadow {text-shadow: 3px 3px 1px #B09D41', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B09D41, 5px 5px 20px red">Text here.</p>
This text has shadow with #B09D41 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B09D41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B09D41, Direction=45, Strength=4)">Text</p>
This text has shadow with #B09D41 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B09D41;
-webkit-box-shadow: 1px 1px 3px 2px #B09D41;
box-shadow: 1px 1px 3px 2px #B09D41;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B09D41; -webkit-box-shadow: 1px 1px 3px 2px #B09D41; box-shadow:1px 1px 3px 2px #B09D41;">
Div content here
</div>
This text has color #B09D41 on black background.
This text has color #B09D41 on white background.
This text has black color on #B09D41 background.
This text has white color on #B09D41 background.
Complementary color for #hex is #4F62BE.