Shades of Tapestry #B47E84
Tints of Tapestry #B47E84
RGB
CMYK
RGB Variations
Color information
#B47E84 (or 0xB47E84) is known color: Tapestry. HEX triplet: B4, 7E and 84. RGB value is (180,126,132). Sum of RGB (Red+Green+Blue) = 180+126+132=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E84 is #4B817B. Grayscale: #8E8E8E. Windows color (decimal): -4948348 or 8683188. OLE color: 8683188.
HSL color Cylindrical-coordinate representation of color #B47E84: hue angle of 353.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E84 is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 132 | - |
| CMYK | 0 | 0.3 | 0.27 | 0.29 |
| HSL | 353.33º | 0.26% | 0.6% | - |
| HSV(B) | 353.33º | 0.3% | 0.71% | - |
| XYZ | 30.45 | 26.29 | 25.3 | - |
| YUV | 142.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 132 | 0 | 0.3 | 0.27 | 0.29 | 353.33 | 0.26 | 0.6 |
| Hex | B4 | 7E | 84 | 0 | 1E | 1B | 1D | 161 | 1A | 3C |
| Octal | 264 | 176 | 204 | 0 | 36 | 33 | 35 | 541 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10000100 | 0 | 11110 | 11011 | 11101 | 101100001 | 11010 | 111100 |
Color Harmonies of #B47E84
Complementary color
Monochromatic Colors of #B47E84
Black with #B47E84
Text Example
Text Example
White with #B47E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E84; }
p { color: rgb(180,126,132); }
H1.HeaderClassName
{
color: #B47E84;
}
.AnyTagClassName
{
color: #B47E84;
}
</style>
background-color css
<style>
a { background-color: #B47E84; }
a { background-color: rgb(180,126,132); }
div.DivClassName
{
background-color: #B47E84;
}
.BgClassName
{
background-color: #B47E84;
}
</style>
border-color css
<style>
span { border-color: #B47E84; }
span { border-color: rgb(180,126,132); }
td.TdClassName
{
border-color: #B47E84;
}
.TagClassName
{
border-color: #B47E84;
}
</style>