Shades of Tapestry #BA6882
Tints of Tapestry #BA6882
RGB
CMYK
RGB Variations
Color information
#BA6882 (or 0xBA6882) is known color: Tapestry. HEX triplet: BA, 68 and 82. RGB value is (186,104,130). Sum of RGB (Red+Green+Blue) = 186+104+130=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6882 is #45977D. Grayscale: #838383. Windows color (decimal): -4560766 or 8546490. OLE color: 8546490.
HSL color Cylindrical-coordinate representation of color #BA6882: hue angle of 340.98º 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 #BA6882 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 130 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.27 |
| HSL | 340.98º | 0.37% | 0.57% | - |
| HSV(B) | 340.98º | 0.44% | 0.73% | - |
| XYZ | 29.23 | 21.95 | 23.82 | - |
| YUV | 131.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 130 | 0 | 0.44 | 0.30 | 0.27 | 340.98 | 0.37 | 0.57 |
| Hex | BA | 68 | 82 | 0 | 2C | 1E | 1B | 155 | 25 | 39 |
| Octal | 272 | 150 | 202 | 0 | 54 | 36 | 33 | 525 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10000010 | 0 | 101100 | 11110 | 11011 | 101010101 | 100101 | 111001 |
Color Harmonies of #BA6882
Complementary color
Monochromatic Colors of #BA6882
Black with #BA6882
Text Example
Text Example
White with #BA6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6882; }
p { color: rgb(186,104,130); }
H1.HeaderClassName
{
color: #BA6882;
}
.AnyTagClassName
{
color: #BA6882;
}
</style>
background-color css
<style>
a { background-color: #BA6882; }
a { background-color: rgb(186,104,130); }
div.DivClassName
{
background-color: #BA6882;
}
.BgClassName
{
background-color: #BA6882;
}
</style>
border-color css
<style>
span { border-color: #BA6882; }
span { border-color: rgb(186,104,130); }
td.TdClassName
{
border-color: #BA6882;
}
.TagClassName
{
border-color: #BA6882;
}
</style>