Shades of Tapestry #BC6884
Tints of Tapestry #BC6884
RGB
CMYK
RGB Variations
Color information
#BC6884 (or 0xBC6884) is known color: Tapestry. HEX triplet: BC, 68 and 84. RGB value is (188,104,132). Sum of RGB (Red+Green+Blue) = 188+104+132=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6884 is #43977B. Grayscale: #848484. Windows color (decimal): -4429692 or 8677564. OLE color: 8677564.
HSL color Cylindrical-coordinate representation of color #BC6884: hue angle of 340º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6884 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 132 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.26 |
| HSL | 340º | 0.39% | 0.57% | - |
| HSV(B) | 340º | 0.45% | 0.74% | - |
| XYZ | 29.85 | 22.26 | 24.55 | - |
| YUV | 132.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 132 | 0 | 0.45 | 0.30 | 0.26 | 340 | 0.39 | 0.57 |
| Hex | BC | 68 | 84 | 0 | 2D | 1E | 1A | 154 | 27 | 39 |
| Octal | 274 | 150 | 204 | 0 | 55 | 36 | 32 | 524 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10000100 | 0 | 101101 | 11110 | 11010 | 101010100 | 100111 | 111001 |
Color Harmonies of #BC6884
Complementary color
Monochromatic Colors of #BC6884
Black with #BC6884
Text Example
Text Example
White with #BC6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6884; }
p { color: rgb(188,104,132); }
H1.HeaderClassName
{
color: #BC6884;
}
.AnyTagClassName
{
color: #BC6884;
}
</style>
background-color css
<style>
a { background-color: #BC6884; }
a { background-color: rgb(188,104,132); }
div.DivClassName
{
background-color: #BC6884;
}
.BgClassName
{
background-color: #BC6884;
}
</style>
border-color css
<style>
span { border-color: #BC6884; }
span { border-color: rgb(188,104,132); }
td.TdClassName
{
border-color: #BC6884;
}
.TagClassName
{
border-color: #BC6884;
}
</style>