Shades of Tapestry #BC6688
Tints of Tapestry #BC6688
RGB
CMYK
RGB Variations
Color information
#BC6688 (or 0xBC6688) is known color: Tapestry. HEX triplet: BC, 66 and 88. RGB value is (188,102,136). Sum of RGB (Red+Green+Blue) = 188+102+136=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6688 is #439977. Grayscale: #838383. Windows color (decimal): -4430200 or 8939196. OLE color: 8939196.
HSL color Cylindrical-coordinate representation of color #BC6688: hue angle of 336.28º 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 #BC6688 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 136 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.26 |
| HSL | 336.28º | 0.39% | 0.57% | - |
| HSV(B) | 336.28º | 0.46% | 0.74% | - |
| XYZ | 29.93 | 21.97 | 25.96 | - |
| YUV | 131.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 136 | 0 | 0.46 | 0.28 | 0.26 | 336.28 | 0.39 | 0.57 |
| Hex | BC | 66 | 88 | 0 | 2E | 1C | 1A | 150 | 27 | 39 |
| Octal | 274 | 146 | 210 | 0 | 56 | 34 | 32 | 520 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001000 | 0 | 101110 | 11100 | 11010 | 101010000 | 100111 | 111001 |
Color Harmonies of #BC6688
Complementary color
Monochromatic Colors of #BC6688
Black with #BC6688
Text Example
Text Example
White with #BC6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6688; }
p { color: rgb(188,102,136); }
H1.HeaderClassName
{
color: #BC6688;
}
.AnyTagClassName
{
color: #BC6688;
}
</style>
background-color css
<style>
a { background-color: #BC6688; }
a { background-color: rgb(188,102,136); }
div.DivClassName
{
background-color: #BC6688;
}
.BgClassName
{
background-color: #BC6688;
}
</style>
border-color css
<style>
span { border-color: #BC6688; }
span { border-color: rgb(188,102,136); }
td.TdClassName
{
border-color: #BC6688;
}
.TagClassName
{
border-color: #BC6688;
}
</style>