HEX: #B49772
RGB: (180,151,114)
#B49772 contains mainly red and green colors. Web safe color of #B49772 is #CC9966 (or #C96).
#B49772 color RGB value is (180,151,114).
RGB: (180,151,114)
(71%, 59%, 45%)
R 180 of 255 = 71%
G 151 of 255 = 59%
B 114 of 255 = 45%
R + G + B ~ 58%. #B49772 is middle color (not dark and not light).
R + G + B = 180 + 151 + 114 = 445 (100%)
R 180 of 445 ~ 40.45%
G 151 of 445 ~ 33.93%
B 114 of 445 ~ 25.62'%
#B49772 color CMYK value is (0,16,37,29).
CMYK: (0,16,37,29)
C0M16Y37K29 (0%, 16%, 37%, 29%)
(0.00 / 0.16 / 0.37 / 0.29)
Color #B49772 in popluar color models
B4 | 97 | 72 | |
---|---|---|---|
RGB | 180 | 151 | 114 |
HSL | 34° | 30.56% | 57.65% |
HSB/HSV | 34° | 36.67% | 70.59% |
CMYK | 0.00% | 16.11% | 36.67% |
29.41% |
Color #B49772 in popluar number systems.
HEX | B4 | 97 | 72 |
Decimal | 180 | 151 | 114 |
Binary | 10110100 | 10010111 | 1110010 |
Octal | 264 | 227 | 162 |
Shades of #B49772
Tints of #B49772
Examples of css and html codes for elements with #B49772 color. Also use rgb(180,151,114) instead hex code.
.myTextColor { color: #B49772; }
<p style="color:#B49772">This sample text font color is #B49772.</p>
This text font color is #B49772.
.myBgColor { background-color: #B49772; }
<div style="background-color:#B49772">Inner text</div>
This div background color is #B49772.
.myBorderColor { border: 1px solid #B49772; }
<div style="border:3px solid #B49772">Div</div>
This div border color is #B49772.
.myOpacity80 { color: #B49772; opacity: 0.8; }
<p style="color:#B49772;opacity:0.8;">80%</p>
Text with #B49772 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49772;}
<p style="text-shadow: 3px 3px 1px #B49772">Text here.</p>
This text has shadow with #B49772 color.
.textShadow {text-shadow: 3px 3px 1px #B49772', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49772, 5px 5px 20px red">Text here.</p>
This text has shadow with #B49772 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49772, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49772, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49772 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49772;
-webkit-box-shadow: 1px 1px 3px 2px #B49772;
box-shadow: 1px 1px 3px 2px #B49772;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49772; -webkit-box-shadow: 1px 1px 3px 2px #B49772; box-shadow:1px 1px 3px 2px #B49772;">
Div content here
</div>
This text has color #B49772 on black background.
This text has color #B49772 on white background.
This text has black color on #B49772 background.
This text has white color on #B49772 background.
Complementary color for #hex is #4B688D.