HEX: #B47E78
RGB: (180,126,120)
#B47E78 contains mainly red and green colors. Web safe color of #B47E78 is #CC6666 (or #C66).
#B47E78 color RGB value is (180,126,120).
RGB: (180,126,120)
(71%, 49%, 47%)
R 180 of 255 = 71%
G 126 of 255 = 49%
B 120 of 255 = 47%
R + G + B ~ 56%. #B47E78 is middle color (not dark and not light).
R + G + B = 180 + 126 + 120 = 426 (100%)
R 180 of 426 ~ 42.25%
G 126 of 426 ~ 29.58%
B 120 of 426 ~ 28.17'%
#B47E78 color CMYK value is (0,30,33,29).
CMYK: (0,30,33,29) C0M30Y33K29 (0%,30%,33%,29%) (0.00/0.30/0.33/0.29)
Color #B47E78 in popluar color models
B4 | 7E | 78 | |
---|---|---|---|
RGB | 180 | 126 | 120 |
HSL | 6° | 28.57% | 58.82% |
HSB/HSV | 6° | 33.33% | 70.59% |
CMYK | 0.00% | 30.00% | 33.33% |
29.41% |
Color #B47E78 in popluar number systems.
HEX | B4 | 7E | 78 |
Decimal | 180 | 126 | 120 |
Binary | 10110100 | 1111110 | 1111000 |
Octal | 264 | 176 | 170 |
Shades of #B47E78
Tints of #B47E78
Examples of css and html codes for elements with #B47E78 color. Also use rgb(180,126,120) instead hex code.
.myTextColor { color: #B47E78; }
<p style="color:#B47E78">This sample text font color is #B47E78.</p>
This text font color is #B47E78.
.myBgColor { background-color: #B47E78; }
<div style="background-color:#B47E78">Inner text</div>
This div background color is #B47E78.
.myBorderColor { border: 1px solid #B47E78; }
<div style="border:3px solid #B47E78">Div</div>
This div border color is #B47E78.
.myOpacity80 { color: #B47E78; opacity: 0.8; }
<p style="color:#B47E78;opacity:0.8;">80%</p>
Text with #B47E78 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47E78;}
<p style="text-shadow: 3px 3px 1px #B47E78">Text here.</p>
This text has shadow with #B47E78 color.
.textShadow {text-shadow: 3px 3px 1px #B47E78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47E78, 5px 5px 20px red">Text here.</p>
This text has shadow with #B47E78 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47E78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47E78, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47E78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B47E78;
-webkit-box-shadow: 1px 1px 3px 2px #B47E78;
box-shadow: 1px 1px 3px 2px #B47E78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B47E78; -webkit-box-shadow: 1px 1px 3px 2px #B47E78; box-shadow:1px 1px 3px 2px #B47E78;">
Div content here
</div>
This text has color #B47E78 on black background.
This text has color #B47E78 on white background.
This text has black color on #B47E78 background.
This text has white color on #B47E78 background.
Complementary color for #hex is #4B8187.