Shades of Tapestry #BC6888
Tints of Tapestry #BC6888
RGB
CMYK
RGB Variations
Color information
#BC6888 (or 0xBC6888) is known color: Tapestry. HEX triplet: BC, 68 and 88. RGB value is (188,104,136). Sum of RGB (Red+Green+Blue) = 188+104+136=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6888 is #439777. Grayscale: #848484. Windows color (decimal): -4429688 or 8939708. OLE color: 8939708.
HSL color Cylindrical-coordinate representation of color #BC6888: hue angle of 337.14º 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 #BC6888 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 136 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.26 |
| HSL | 337.14º | 0.39% | 0.57% | - |
| HSV(B) | 337.14º | 0.45% | 0.74% | - |
| XYZ | 30.13 | 22.37 | 26.02 | - |
| YUV | 132.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 136 | 0 | 0.45 | 0.28 | 0.26 | 337.14 | 0.39 | 0.57 |
| Hex | BC | 68 | 88 | 0 | 2D | 1C | 1A | 151 | 27 | 39 |
| Octal | 274 | 150 | 210 | 0 | 55 | 34 | 32 | 521 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10001000 | 0 | 101101 | 11100 | 11010 | 101010001 | 100111 | 111001 |
Color Harmonies of #BC6888
Complementary color
Monochromatic Colors of #BC6888
Black with #BC6888
Text Example
Text Example
White with #BC6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6888; }
p { color: rgb(188,104,136); }
H1.HeaderClassName
{
color: #BC6888;
}
.AnyTagClassName
{
color: #BC6888;
}
</style>
background-color css
<style>
a { background-color: #BC6888; }
a { background-color: rgb(188,104,136); }
div.DivClassName
{
background-color: #BC6888;
}
.BgClassName
{
background-color: #BC6888;
}
</style>
border-color css
<style>
span { border-color: #BC6888; }
span { border-color: rgb(188,104,136); }
td.TdClassName
{
border-color: #BC6888;
}
.TagClassName
{
border-color: #BC6888;
}
</style>