Shades of Tapestry #BC6180
Tints of Tapestry #BC6180
RGB
CMYK
RGB Variations
Color information
#BC6180 (or 0xBC6180) is known color: Tapestry. HEX triplet: BC, 61 and 80. RGB value is (188,97,128). Sum of RGB (Red+Green+Blue) = 188+97+128=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6180 is #439E7F. Grayscale: #7F7F7F. Windows color (decimal): -4431488 or 8413628. OLE color: 8413628.
HSL color Cylindrical-coordinate representation of color #BC6180: hue angle of 339.56º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6180 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 128 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.26 |
| HSL | 339.56º | 0.4% | 0.56% | - |
| HSV(B) | 339.56º | 0.48% | 0.74% | - |
| XYZ | 28.91 | 20.8 | 22.91 | - |
| YUV | 127.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 128 | 0 | 0.48 | 0.32 | 0.26 | 339.56 | 0.4 | 0.56 |
| Hex | BC | 61 | 80 | 0 | 30 | 20 | 1A | 154 | 28 | 38 |
| Octal | 274 | 141 | 200 | 0 | 60 | 40 | 32 | 524 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10000000 | 0 | 110000 | 100000 | 11010 | 101010100 | 101000 | 111000 |
Color Harmonies of #BC6180
Complementary color
Monochromatic Colors of #BC6180
Black with #BC6180
Text Example
Text Example
White with #BC6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6180; }
p { color: rgb(188,97,128); }
H1.HeaderClassName
{
color: #BC6180;
}
.AnyTagClassName
{
color: #BC6180;
}
</style>
background-color css
<style>
a { background-color: #BC6180; }
a { background-color: rgb(188,97,128); }
div.DivClassName
{
background-color: #BC6180;
}
.BgClassName
{
background-color: #BC6180;
}
</style>
border-color css
<style>
span { border-color: #BC6180; }
span { border-color: rgb(188,97,128); }
td.TdClassName
{
border-color: #BC6180;
}
.TagClassName
{
border-color: #BC6180;
}
</style>