Shades of Tapestry #BC6287
Tints of Tapestry #BC6287
RGB
CMYK
RGB Variations
Color information
#BC6287 (or 0xBC6287) is known color: Tapestry. HEX triplet: BC, 62 and 87. RGB value is (188,98,135). Sum of RGB (Red+Green+Blue) = 188+98+135=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6287 is #439D78. Grayscale: #818181. Windows color (decimal): -4431225 or 8872636. OLE color: 8872636.
HSL color Cylindrical-coordinate representation of color #BC6287: hue angle of 335.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6287 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 135 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.26 |
| HSL | 335.33º | 0.4% | 0.56% | - |
| HSV(B) | 335.33º | 0.48% | 0.74% | - |
| XYZ | 29.48 | 21.18 | 25.46 | - |
| YUV | 129.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 135 | 0 | 0.48 | 0.28 | 0.26 | 335.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 87 | 0 | 30 | 1C | 1A | 14F | 28 | 38 |
| Octal | 274 | 142 | 207 | 0 | 60 | 34 | 32 | 517 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10000111 | 0 | 110000 | 11100 | 11010 | 101001111 | 101000 | 111000 |
Color Harmonies of #BC6287
Complementary color
Monochromatic Colors of #BC6287
Black with #BC6287
Text Example
Text Example
White with #BC6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6287; }
p { color: rgb(188,98,135); }
H1.HeaderClassName
{
color: #BC6287;
}
.AnyTagClassName
{
color: #BC6287;
}
</style>
background-color css
<style>
a { background-color: #BC6287; }
a { background-color: rgb(188,98,135); }
div.DivClassName
{
background-color: #BC6287;
}
.BgClassName
{
background-color: #BC6287;
}
</style>
border-color css
<style>
span { border-color: #BC6287; }
span { border-color: rgb(188,98,135); }
td.TdClassName
{
border-color: #BC6287;
}
.TagClassName
{
border-color: #BC6287;
}
</style>