Shades of Tapestry #BC6680
Tints of Tapestry #BC6680
RGB
CMYK
RGB Variations
Color information
#BC6680 (or 0xBC6680) is known color: Tapestry. HEX triplet: BC, 66 and 80. RGB value is (188,102,128). Sum of RGB (Red+Green+Blue) = 188+102+128=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6680 is #43997F. Grayscale: #828282. Windows color (decimal): -4430208 or 8414908. OLE color: 8414908.
HSL color Cylindrical-coordinate representation of color #BC6680: hue angle of 341.86º 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 #BC6680 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 128 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.26 |
| HSL | 341.86º | 0.39% | 0.57% | - |
| HSV(B) | 341.86º | 0.46% | 0.74% | - |
| XYZ | 29.39 | 21.75 | 23.07 | - |
| YUV | 130.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 128 | 0 | 0.46 | 0.32 | 0.26 | 341.86 | 0.39 | 0.57 |
| Hex | BC | 66 | 80 | 0 | 2E | 20 | 1A | 156 | 27 | 39 |
| Octal | 274 | 146 | 200 | 0 | 56 | 40 | 32 | 526 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10000000 | 0 | 101110 | 100000 | 11010 | 101010110 | 100111 | 111001 |
Color Harmonies of #BC6680
Complementary color
Monochromatic Colors of #BC6680
Black with #BC6680
Text Example
Text Example
White with #BC6680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6680; }
p { color: rgb(188,102,128); }
H1.HeaderClassName
{
color: #BC6680;
}
.AnyTagClassName
{
color: #BC6680;
}
</style>
background-color css
<style>
a { background-color: #BC6680; }
a { background-color: rgb(188,102,128); }
div.DivClassName
{
background-color: #BC6680;
}
.BgClassName
{
background-color: #BC6680;
}
</style>
border-color css
<style>
span { border-color: #BC6680; }
span { border-color: rgb(188,102,128); }
td.TdClassName
{
border-color: #BC6680;
}
.TagClassName
{
border-color: #BC6680;
}
</style>