HEX: #B0952A
RGB: (176,149,42)
#B0952A contains mainly red and green colors. Web safe color of #B0952A is #999933 (or #993).
#B0952A color RGB value is (176,149,42).
RGB: (176,149,42)
(69%, 58%, 16%)
R 176 of 255 = 69%
G 149 of 255 = 58%
B 42 of 255 = 16%
R + G + B ~ 48%. #B0952A is middle color (not dark and not light).
R + G + B = 176 + 149 + 42 = 367 (100%)
R 176 of 367 ~ 47.96%
G 149 of 367 ~ 40.6%
B 42 of 367 ~ 11.44'%
#B0952A color CMYK value is (0,15,76,31).
CMYK: (0,15,76,31) C0M15Y76K31 (0%,15%,76%,31%) (0.00/0.15/0.76/0.31)
Color #B0952A in popluar color models
B0 | 95 | 2A | |
---|---|---|---|
RGB | 176 | 149 | 42 |
HSL | 48° | 61.47% | 42.75% |
HSB/HSV | 48° | 76.14% | 69.02% |
CMYK | 0.00% | 15.34% | 76.14% |
30.98% |
Color #B0952A in popluar number systems.
HEX | B0 | 95 | 2A |
Decimal | 176 | 149 | 42 |
Binary | 10110000 | 10010101 | 101010 |
Octal | 260 | 225 | 52 |
Shades of #B0952A
Tints of #B0952A
Examples of css and html codes for elements with #B0952A color. Also use rgb(176,149,42) instead hex code.
.myTextColor { color: #B0952A; }
<p style="color:#B0952A">This sample text font color is #B0952A.</p>
This text font color is #B0952A.
.myBgColor { background-color: #B0952A; }
<div style="background-color:#B0952A">Inner text</div>
This div background color is #B0952A.
.myBorderColor { border: 1px solid #B0952A; }
<div style="border:3px solid #B0952A">Div</div>
This div border color is #B0952A.
.myOpacity80 { color: #B0952A; opacity: 0.8; }
<p style="color:#B0952A;opacity:0.8;">80%</p>
Text with #B0952A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0952A;}
<p style="text-shadow: 3px 3px 1px #B0952A">Text here.</p>
This text has shadow with #B0952A color.
.textShadow {text-shadow: 3px 3px 1px #B0952A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0952A, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0952A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0952A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0952A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0952A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0952A;
-webkit-box-shadow: 1px 1px 3px 2px #B0952A;
box-shadow: 1px 1px 3px 2px #B0952A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0952A; -webkit-box-shadow: 1px 1px 3px 2px #B0952A; box-shadow:1px 1px 3px 2px #B0952A;">
Div content here
</div>
This text has color #B0952A on black background.
This text has color #B0952A on white background.
This text has black color on #B0952A background.
This text has white color on #B0952A background.
Complementary color for #hex is #4F6AD5.