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