Shades of Tapestry #BC6087
Tints of Tapestry #BC6087
RGB
CMYK
RGB Variations
Color information
#BC6087 (or 0xBC6087) is known color: Tapestry. HEX triplet: BC, 60 and 87. RGB value is (188,96,135). Sum of RGB (Red+Green+Blue) = 188+96+135=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6087 is #439F78. Grayscale: #7F7F7F. Windows color (decimal): -4431737 or 8872124. OLE color: 8872124.
HSL color Cylindrical-coordinate representation of color #BC6087: hue angle of 334.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6087 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 135 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.26 |
| HSL | 334.57º | 0.41% | 0.56% | - |
| HSV(B) | 334.57º | 0.49% | 0.74% | - |
| XYZ | 29.3 | 20.81 | 25.39 | - |
| YUV | 127.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 135 | 0 | 0.49 | 0.28 | 0.26 | 334.57 | 0.41 | 0.56 |
| Hex | BC | 60 | 87 | 0 | 31 | 1C | 1A | 14F | 29 | 38 |
| Octal | 274 | 140 | 207 | 0 | 61 | 34 | 32 | 517 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10000111 | 0 | 110001 | 11100 | 11010 | 101001111 | 101001 | 111000 |
Color Harmonies of #BC6087
Complementary color
Monochromatic Colors of #BC6087
Black with #BC6087
Text Example
Text Example
White with #BC6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6087; }
p { color: rgb(188,96,135); }
H1.HeaderClassName
{
color: #BC6087;
}
.AnyTagClassName
{
color: #BC6087;
}
</style>
background-color css
<style>
a { background-color: #BC6087; }
a { background-color: rgb(188,96,135); }
div.DivClassName
{
background-color: #BC6087;
}
.BgClassName
{
background-color: #BC6087;
}
</style>
border-color css
<style>
span { border-color: #BC6087; }
span { border-color: rgb(188,96,135); }
td.TdClassName
{
border-color: #BC6087;
}
.TagClassName
{
border-color: #BC6087;
}
</style>