Shades of Tapestry #BC6980
Tints of Tapestry #BC6980
RGB
CMYK
RGB Variations
Color information
#BC6980 (or 0xBC6980) is known color: Tapestry. HEX triplet: BC, 69 and 80. RGB value is (188,105,128). Sum of RGB (Red+Green+Blue) = 188+105+128=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6980 is #43967F. Grayscale: #848484. Windows color (decimal): -4429440 or 8415676. OLE color: 8415676.
HSL color Cylindrical-coordinate representation of color #BC6980: hue angle of 343.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6980 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 128 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.26 |
| HSL | 343.37º | 0.38% | 0.57% | - |
| HSV(B) | 343.37º | 0.44% | 0.74% | - |
| XYZ | 29.69 | 22.35 | 23.17 | - |
| YUV | 132.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 128 | 0 | 0.44 | 0.32 | 0.26 | 343.37 | 0.38 | 0.57 |
| Hex | BC | 69 | 80 | 0 | 2C | 20 | 1A | 157 | 26 | 39 |
| Octal | 274 | 151 | 200 | 0 | 54 | 40 | 32 | 527 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10000000 | 0 | 101100 | 100000 | 11010 | 101010111 | 100110 | 111001 |
Color Harmonies of #BC6980
Complementary color
Monochromatic Colors of #BC6980
Black with #BC6980
Text Example
Text Example
White with #BC6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6980; }
p { color: rgb(188,105,128); }
H1.HeaderClassName
{
color: #BC6980;
}
.AnyTagClassName
{
color: #BC6980;
}
</style>
background-color css
<style>
a { background-color: #BC6980; }
a { background-color: rgb(188,105,128); }
div.DivClassName
{
background-color: #BC6980;
}
.BgClassName
{
background-color: #BC6980;
}
</style>
border-color css
<style>
span { border-color: #BC6980; }
span { border-color: rgb(188,105,128); }
td.TdClassName
{
border-color: #BC6980;
}
.TagClassName
{
border-color: #BC6980;
}
</style>