Shades of Tapestry #BC6686
Tints of Tapestry #BC6686
RGB
CMYK
RGB Variations
Color information
#BC6686 (or 0xBC6686) is known color: Tapestry. HEX triplet: BC, 66 and 86. RGB value is (188,102,134). Sum of RGB (Red+Green+Blue) = 188+102+134=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6686 is #439979. Grayscale: #838383. Windows color (decimal): -4430202 or 8808124. OLE color: 8808124.
HSL color Cylindrical-coordinate representation of color #BC6686: hue angle of 337.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6686 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 134 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.26 |
| HSL | 337.67º | 0.39% | 0.57% | - |
| HSV(B) | 337.67º | 0.46% | 0.74% | - |
| XYZ | 29.79 | 21.92 | 25.21 | - |
| YUV | 131.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 134 | 0 | 0.46 | 0.29 | 0.26 | 337.67 | 0.39 | 0.57 |
| Hex | BC | 66 | 86 | 0 | 2E | 1D | 1A | 152 | 27 | 39 |
| Octal | 274 | 146 | 206 | 0 | 56 | 35 | 32 | 522 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10000110 | 0 | 101110 | 11101 | 11010 | 101010010 | 100111 | 111001 |
Color Harmonies of #BC6686
Complementary color
Monochromatic Colors of #BC6686
Black with #BC6686
Text Example
Text Example
White with #BC6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6686; }
p { color: rgb(188,102,134); }
H1.HeaderClassName
{
color: #BC6686;
}
.AnyTagClassName
{
color: #BC6686;
}
</style>
background-color css
<style>
a { background-color: #BC6686; }
a { background-color: rgb(188,102,134); }
div.DivClassName
{
background-color: #BC6686;
}
.BgClassName
{
background-color: #BC6686;
}
</style>
border-color css
<style>
span { border-color: #BC6686; }
span { border-color: rgb(188,102,134); }
td.TdClassName
{
border-color: #BC6686;
}
.TagClassName
{
border-color: #BC6686;
}
</style>