Shades of Tapestry #B47A87
Tints of Tapestry #B47A87
RGB
CMYK
RGB Variations
Color information
#B47A87 (or 0xB47A87) is known color: Tapestry. HEX triplet: B4, 7A and 87. RGB value is (180,122,135). Sum of RGB (Red+Green+Blue) = 180+122+135=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A87 is #4B8578. Grayscale: #8C8C8C. Windows color (decimal): -4949369 or 8878772. OLE color: 8878772.
HSL color Cylindrical-coordinate representation of color #B47A87: hue angle of 346.55º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A87 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 135 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.29 |
| HSL | 346.55º | 0.28% | 0.59% | - |
| HSV(B) | 346.55º | 0.32% | 0.71% | - |
| XYZ | 30.16 | 25.37 | 26.23 | - |
| YUV | 140.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 135 | 0 | 0.32 | 0.25 | 0.29 | 346.55 | 0.28 | 0.59 |
| Hex | B4 | 7A | 87 | 0 | 20 | 19 | 1D | 15B | 1C | 3B |
| Octal | 264 | 172 | 207 | 0 | 40 | 31 | 35 | 533 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10000111 | 0 | 100000 | 11001 | 11101 | 101011011 | 11100 | 111011 |
Color Harmonies of #B47A87
Complementary color
Monochromatic Colors of #B47A87
Black with #B47A87
Text Example
Text Example
White with #B47A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A87; }
p { color: rgb(180,122,135); }
H1.HeaderClassName
{
color: #B47A87;
}
.AnyTagClassName
{
color: #B47A87;
}
</style>
background-color css
<style>
a { background-color: #B47A87; }
a { background-color: rgb(180,122,135); }
div.DivClassName
{
background-color: #B47A87;
}
.BgClassName
{
background-color: #B47A87;
}
</style>
border-color css
<style>
span { border-color: #B47A87; }
span { border-color: rgb(180,122,135); }
td.TdClassName
{
border-color: #B47A87;
}
.TagClassName
{
border-color: #B47A87;
}
</style>