HEX: #B47E76
RGB: (180,126,118)
#B47E76 contains mainly red and green colors. Web safe color of #B47E76 is #CC6666 (or #C66).
#B47E76 color RGB value is (180,126,118).
RGB: (180,126,118)
(71%, 49%, 46%)
R 180 of 255 = 71%
G 126 of 255 = 49%
B 118 of 255 = 46%
R + G + B ~ 55%. #B47E76 is middle color (not dark and not light).
R + G + B = 180 + 126 + 118 = 424 (100%)
R 180 of 424 ~ 42.45%
G 126 of 424 ~ 29.72%
B 118 of 424 ~ 27.83'%
#B47E76 color CMYK value is (0,30,34,29).
CMYK: (0,30,34,29)
C0M30Y34K29 (0%, 30%, 34%, 29%)
(0.00 / 0.30 / 0.34 / 0.29)
Color #B47E76 in popluar color models
B4 | 7E | 76 | |
---|---|---|---|
RGB | 180 | 126 | 118 |
HSL | 8° | 29.25% | 58.43% |
HSB/HSV | 8° | 34.44% | 70.59% |
CMYK | 0.00% | 30.00% | 34.44% |
29.41% |
Color #B47E76 in popluar number systems.
HEX | B4 | 7E | 76 |
Decimal | 180 | 126 | 118 |
Binary | 10110100 | 1111110 | 1110110 |
Octal | 264 | 176 | 166 |
Shades of #B47E76
Tints of #B47E76
Examples of css and html codes for elements with #B47E76 color. Also use rgb(180,126,118) instead hex code.
.myTextColor { color: #B47E76; }
<p style="color:#B47E76">This sample text font color is #B47E76.</p>
This text font color is #B47E76.
.myBgColor { background-color: #B47E76; }
<div style="background-color:#B47E76">Inner text</div>
This div background color is #B47E76.
.myBorderColor { border: 1px solid #B47E76; }
<div style="border:3px solid #B47E76">Div</div>
This div border color is #B47E76.
.myOpacity80 { color: #B47E76; opacity: 0.8; }
<p style="color:#B47E76;opacity:0.8;">80%</p>
Text with #B47E76 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47E76;}
<p style="text-shadow: 3px 3px 1px #B47E76">Text here.</p>
This text has shadow with #B47E76 color.
.textShadow {text-shadow: 3px 3px 1px #B47E76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47E76, 5px 5px 20px red">Text here.</p>
This text has shadow with #B47E76 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47E76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47E76, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47E76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B47E76;
-webkit-box-shadow: 1px 1px 3px 2px #B47E76;
box-shadow: 1px 1px 3px 2px #B47E76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B47E76; -webkit-box-shadow: 1px 1px 3px 2px #B47E76; box-shadow:1px 1px 3px 2px #B47E76;">
Div content here
</div>
This text has color #B47E76 on black background.
This text has color #B47E76 on white background.
This text has black color on #B47E76 background.
This text has white color on #B47E76 background.
Complementary color for #hex is #4B8189.