Shades of Tapestry #BC6487
Tints of Tapestry #BC6487
RGB
CMYK
RGB Variations
Color information
#BC6487 (or 0xBC6487) is known color: Tapestry. HEX triplet: BC, 64 and 87. RGB value is (188,100,135). Sum of RGB (Red+Green+Blue) = 188+100+135=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6487 is #439B78. Grayscale: #828282. Windows color (decimal): -4430713 or 8873148. OLE color: 8873148.
HSL color Cylindrical-coordinate representation of color #BC6487: hue angle of 336.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6487 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 135 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.26 |
| HSL | 336.14º | 0.4% | 0.56% | - |
| HSV(B) | 336.14º | 0.47% | 0.74% | - |
| XYZ | 29.67 | 21.55 | 25.52 | - |
| YUV | 130.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 135 | 0 | 0.47 | 0.28 | 0.26 | 336.14 | 0.4 | 0.56 |
| Hex | BC | 64 | 87 | 0 | 2F | 1C | 1A | 150 | 28 | 38 |
| Octal | 274 | 144 | 207 | 0 | 57 | 34 | 32 | 520 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10000111 | 0 | 101111 | 11100 | 11010 | 101010000 | 101000 | 111000 |
Color Harmonies of #BC6487
Complementary color
Monochromatic Colors of #BC6487
Black with #BC6487
Text Example
Text Example
White with #BC6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6487; }
p { color: rgb(188,100,135); }
H1.HeaderClassName
{
color: #BC6487;
}
.AnyTagClassName
{
color: #BC6487;
}
</style>
background-color css
<style>
a { background-color: #BC6487; }
a { background-color: rgb(188,100,135); }
div.DivClassName
{
background-color: #BC6487;
}
.BgClassName
{
background-color: #BC6487;
}
</style>
border-color css
<style>
span { border-color: #BC6487; }
span { border-color: rgb(188,100,135); }
td.TdClassName
{
border-color: #BC6487;
}
.TagClassName
{
border-color: #BC6487;
}
</style>