Shades of Tapestry #BC7887
Tints of Tapestry #BC7887
RGB
CMYK
RGB Variations
Color information
#BC7887 (or 0xBC7887) is known color: Tapestry. HEX triplet: BC, 78 and 87. RGB value is (188,120,135). Sum of RGB (Red+Green+Blue) = 188+120+135=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7887 is #438778. Grayscale: #8E8E8E. Windows color (decimal): -4425593 or 8878268. OLE color: 8878268.
HSL color Cylindrical-coordinate representation of color #BC7887: hue angle of 346.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7887 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 135 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.26 |
| HSL | 346.76º | 0.34% | 0.6% | - |
| HSV(B) | 346.76º | 0.36% | 0.74% | - |
| XYZ | 31.83 | 25.87 | 26.24 | - |
| YUV | 142.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 135 | 0 | 0.36 | 0.28 | 0.26 | 346.76 | 0.34 | 0.6 |
| Hex | BC | 78 | 87 | 0 | 24 | 1C | 1A | 15B | 22 | 3C |
| Octal | 274 | 170 | 207 | 0 | 44 | 34 | 32 | 533 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10000111 | 0 | 100100 | 11100 | 11010 | 101011011 | 100010 | 111100 |
Color Harmonies of #BC7887
Complementary color
Monochromatic Colors of #BC7887
Black with #BC7887
Text Example
Text Example
White with #BC7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7887; }
p { color: rgb(188,120,135); }
H1.HeaderClassName
{
color: #BC7887;
}
.AnyTagClassName
{
color: #BC7887;
}
</style>
background-color css
<style>
a { background-color: #BC7887; }
a { background-color: rgb(188,120,135); }
div.DivClassName
{
background-color: #BC7887;
}
.BgClassName
{
background-color: #BC7887;
}
</style>
border-color css
<style>
span { border-color: #BC7887; }
span { border-color: rgb(188,120,135); }
td.TdClassName
{
border-color: #BC7887;
}
.TagClassName
{
border-color: #BC7887;
}
</style>