Shades of Tapestry #BA6980
Tints of Tapestry #BA6980
RGB
CMYK
RGB Variations
Color information
#BA6980 (or 0xBA6980) is known color: Tapestry. HEX triplet: BA, 69 and 80. RGB value is (186,105,128). Sum of RGB (Red+Green+Blue) = 186+105+128=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6980 is #45967F. Grayscale: #838383. Windows color (decimal): -4560512 or 8415674. OLE color: 8415674.
HSL color Cylindrical-coordinate representation of color #BA6980: hue angle of 342.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6980 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 128 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.27 |
| HSL | 342.96º | 0.37% | 0.57% | - |
| HSV(B) | 342.96º | 0.44% | 0.73% | - |
| XYZ | 29.2 | 22.1 | 23.15 | - |
| YUV | 131.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 128 | 0 | 0.44 | 0.31 | 0.27 | 342.96 | 0.37 | 0.57 |
| Hex | BA | 69 | 80 | 0 | 2C | 1F | 1B | 157 | 25 | 39 |
| Octal | 272 | 151 | 200 | 0 | 54 | 37 | 33 | 527 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10000000 | 0 | 101100 | 11111 | 11011 | 101010111 | 100101 | 111001 |
Color Harmonies of #BA6980
Complementary color
Monochromatic Colors of #BA6980
Black with #BA6980
Text Example
Text Example
White with #BA6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6980; }
p { color: rgb(186,105,128); }
H1.HeaderClassName
{
color: #BA6980;
}
.AnyTagClassName
{
color: #BA6980;
}
</style>
background-color css
<style>
a { background-color: #BA6980; }
a { background-color: rgb(186,105,128); }
div.DivClassName
{
background-color: #BA6980;
}
.BgClassName
{
background-color: #BA6980;
}
</style>
border-color css
<style>
span { border-color: #BA6980; }
span { border-color: rgb(186,105,128); }
td.TdClassName
{
border-color: #BA6980;
}
.TagClassName
{
border-color: #BA6980;
}
</style>