HEX: #B49373
RGB: (180,147,115)
#B49373 contains mainly red and green colors. Web safe color of #B49373 is #CC9966 (or #C96).
#B49373 color RGB value is (180,147,115).
RGB: (180,147,115)
(71%, 58%, 45%)
R 180 of 255 = 71%
G 147 of 255 = 58%
B 115 of 255 = 45%
R + G + B ~ 58%. #B49373 is middle color (not dark and not light).
R + G + B = 180 + 147 + 115 = 442 (100%)
R 180 of 442 ~ 40.72%
G 147 of 442 ~ 33.26%
B 115 of 442 ~ 26.02'%
#B49373 color CMYK value is (0,18,36,29).
CMYK: (0,18,36,29)
C0M18Y36K29 (0%, 18%, 36%, 29%)
(0.00 / 0.18 / 0.36 / 0.29)
Color #B49373 in popluar color models
B4 | 93 | 73 | |
---|---|---|---|
RGB | 180 | 147 | 115 |
HSL | 30° | 30.23% | 57.84% |
HSB/HSV | 30° | 36.11% | 70.59% |
CMYK | 0.00% | 18.33% | 36.11% |
29.41% |
Color #B49373 in popluar number systems.
HEX | B4 | 93 | 73 |
Decimal | 180 | 147 | 115 |
Binary | 10110100 | 10010011 | 1110011 |
Octal | 264 | 223 | 163 |
Shades of #B49373
Tints of #B49373
Examples of css and html codes for elements with #B49373 color. Also use rgb(180,147,115) instead hex code.
.myTextColor { color: #B49373; }
<p style="color:#B49373">This sample text font color is #B49373.</p>
This text font color is #B49373.
.myBgColor { background-color: #B49373; }
<div style="background-color:#B49373">Inner text</div>
This div background color is #B49373.
.myBorderColor { border: 1px solid #B49373; }
<div style="border:3px solid #B49373">Div</div>
This div border color is #B49373.
.myOpacity80 { color: #B49373; opacity: 0.8; }
<p style="color:#B49373;opacity:0.8;">80%</p>
Text with #B49373 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49373;}
<p style="text-shadow: 3px 3px 1px #B49373">Text here.</p>
This text has shadow with #B49373 color.
.textShadow {text-shadow: 3px 3px 1px #B49373', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49373, 5px 5px 20px red">Text here.</p>
This text has shadow with #B49373 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49373, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49373, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49373 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49373;
-webkit-box-shadow: 1px 1px 3px 2px #B49373;
box-shadow: 1px 1px 3px 2px #B49373;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49373; -webkit-box-shadow: 1px 1px 3px 2px #B49373; box-shadow:1px 1px 3px 2px #B49373;">
Div content here
</div>
This text has color #B49373 on black background.
This text has color #B49373 on white background.
This text has black color on #B49373 background.
This text has white color on #B49373 background.
Complementary color for #hex is #4B6C8C.