Shades of Tapestry #BC7087
Tints of Tapestry #BC7087
RGB
CMYK
RGB Variations
Color information
#BC7087 (or 0xBC7087) is known color: Tapestry. HEX triplet: BC, 70 and 87. RGB value is (188,112,135). Sum of RGB (Red+Green+Blue) = 188+112+135=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7087 is #438F78. Grayscale: #898989. Windows color (decimal): -4427641 or 8876220. OLE color: 8876220.
HSL color Cylindrical-coordinate representation of color #BC7087: hue angle of 341.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7087 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 135 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.26 |
| HSL | 341.84º | 0.36% | 0.59% | - |
| HSV(B) | 341.84º | 0.4% | 0.74% | - |
| XYZ | 30.91 | 24.03 | 25.93 | - |
| YUV | 137.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 135 | 0 | 0.40 | 0.28 | 0.26 | 341.84 | 0.36 | 0.59 |
| Hex | BC | 70 | 87 | 0 | 28 | 1C | 1A | 156 | 24 | 3B |
| Octal | 274 | 160 | 207 | 0 | 50 | 34 | 32 | 526 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10000111 | 0 | 101000 | 11100 | 11010 | 101010110 | 100100 | 111011 |
Color Harmonies of #BC7087
Complementary color
Monochromatic Colors of #BC7087
Black with #BC7087
Text Example
Text Example
White with #BC7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7087; }
p { color: rgb(188,112,135); }
H1.HeaderClassName
{
color: #BC7087;
}
.AnyTagClassName
{
color: #BC7087;
}
</style>
background-color css
<style>
a { background-color: #BC7087; }
a { background-color: rgb(188,112,135); }
div.DivClassName
{
background-color: #BC7087;
}
.BgClassName
{
background-color: #BC7087;
}
</style>
border-color css
<style>
span { border-color: #BC7087; }
span { border-color: rgb(188,112,135); }
td.TdClassName
{
border-color: #BC7087;
}
.TagClassName
{
border-color: #BC7087;
}
</style>