HEX: #B47516
RGB: (180,117,22)
#B47516 contains mainly red color. Web safe color of #B47516 is #CC6600 (or #C60).
#B47516 color RGB value is (180,117,22).
RGB: (180,117,22)
(71%, 46%, 9%)
R 180 of 255 = 71%
G 117 of 255 = 46%
B 22 of 255 = 9%
R + G + B ~ 42%. #B47516 is middle color (not dark and not light).
R + G + B = 180 + 117 + 22 = 319 (100%)
R 180 of 319 ~ 56.43%
G 117 of 319 ~ 36.68%
B 22 of 319 ~ 6.9'%
#B47516 color CMYK value is (0,35,88,29).
CMYK: (0,35,88,29) C0M35Y88K29 (0%,35%,88%,29%) (0.00/0.35/0.88/0.29)
Color #B47516 in popluar color models
B4 | 75 | 16 | |
---|---|---|---|
RGB | 180 | 117 | 22 |
HSL | 36° | 78.22% | 39.61% |
HSB/HSV | 36° | 87.78% | 70.59% |
CMYK | 0.00% | 35.00% | 87.78% |
29.41% |
Color #B47516 in popluar number systems.
HEX | B4 | 75 | 16 |
Decimal | 180 | 117 | 22 |
Binary | 10110100 | 1110101 | 10110 |
Octal | 264 | 165 | 26 |
Shades of #B47516
Tints of #B47516
Examples of css and html codes for elements with #B47516 color. Also use rgb(180,117,22) instead hex code.
.myTextColor { color: #B47516; }
<p style="color:#B47516">This sample text font color is #B47516.</p>
This text font color is #B47516.
.myBgColor { background-color: #B47516; }
<div style="background-color:#B47516">Inner text</div>
This div background color is #B47516.
.myBorderColor { border: 1px solid #B47516; }
<div style="border:3px solid #B47516">Div</div>
This div border color is #B47516.
.myOpacity80 { color: #B47516; opacity: 0.8; }
<p style="color:#B47516;opacity:0.8;">80%</p>
Text with #B47516 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47516;}
<p style="text-shadow: 3px 3px 1px #B47516">Text here.</p>
This text has shadow with #B47516 color.
.textShadow {text-shadow: 3px 3px 1px #B47516', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47516, 5px 5px 20px red">Text here.</p>
This text has shadow with #B47516 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47516, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47516, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47516 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B47516;
-webkit-box-shadow: 1px 1px 3px 2px #B47516;
box-shadow: 1px 1px 3px 2px #B47516;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B47516; -webkit-box-shadow: 1px 1px 3px 2px #B47516; box-shadow:1px 1px 3px 2px #B47516;">
Div content here
</div>
This text has color #B47516 on black background.
This text has color #B47516 on white background.
This text has black color on #B47516 background.
This text has white color on #B47516 background.
Complementary color for #hex is #4B8AE9.