HEX: #B09249
RGB: (176,146,73)
#B09249 contains mainly red and green colors. Web safe color of #B09249 is #999933 (or #993).
#B09249 color RGB value is (176,146,73).
RGB: (176,146,73)
(69%, 57%, 29%)
R 176 of 255 = 69%
G 146 of 255 = 57%
B 73 of 255 = 29%
R + G + B ~ 52%. #B09249 is middle color (not dark and not light).
R + G + B = 176 + 146 + 73 = 395 (100%)
R 176 of 395 ~ 44.56%
G 146 of 395 ~ 36.96%
B 73 of 395 ~ 18.48'%
#B09249 color CMYK value is (0,17,59,31).
CMYK: (0,17,59,31) C0M17Y59K31 (0%,17%,59%,31%) (0.00/0.17/0.59/0.31)
Color #B09249 in popluar color models
B0 | 92 | 49 | |
---|---|---|---|
RGB | 176 | 146 | 73 |
HSL | 43° | 41.37% | 48.82% |
HSB/HSV | 43° | 58.52% | 69.02% |
CMYK | 0.00% | 17.05% | 58.52% |
30.98% |
Color #B09249 in popluar number systems.
HEX | B0 | 92 | 49 |
Decimal | 176 | 146 | 73 |
Binary | 10110000 | 10010010 | 1001001 |
Octal | 260 | 222 | 111 |
Shades of #B09249
Tints of #B09249
Examples of css and html codes for elements with #B09249 color. Also use rgb(176,146,73) instead hex code.
.myTextColor { color: #B09249; }
<p style="color:#B09249">This sample text font color is #B09249.</p>
This text font color is #B09249.
.myBgColor { background-color: #B09249; }
<div style="background-color:#B09249">Inner text</div>
This div background color is #B09249.
.myBorderColor { border: 1px solid #B09249; }
<div style="border:3px solid #B09249">Div</div>
This div border color is #B09249.
.myOpacity80 { color: #B09249; opacity: 0.8; }
<p style="color:#B09249;opacity:0.8;">80%</p>
Text with #B09249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B09249;}
<p style="text-shadow: 3px 3px 1px #B09249">Text here.</p>
This text has shadow with #B09249 color.
.textShadow {text-shadow: 3px 3px 1px #B09249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B09249, 5px 5px 20px red">Text here.</p>
This text has shadow with #B09249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B09249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B09249, Direction=45, Strength=4)">Text</p>
This text has shadow with #B09249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B09249;
-webkit-box-shadow: 1px 1px 3px 2px #B09249;
box-shadow: 1px 1px 3px 2px #B09249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B09249; -webkit-box-shadow: 1px 1px 3px 2px #B09249; box-shadow:1px 1px 3px 2px #B09249;">
Div content here
</div>
This text has color #B09249 on black background.
This text has color #B09249 on white background.
This text has black color on #B09249 background.
This text has white color on #B09249 background.
Complementary color for #hex is #4F6DB6.