Shades of Tapestry #BA6782
Tints of Tapestry #BA6782
RGB
CMYK
RGB Variations
Color information
#BA6782 (or 0xBA6782) is known color: Tapestry. HEX triplet: BA, 67 and 82. RGB value is (186,103,130). Sum of RGB (Red+Green+Blue) = 186+103+130=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6782 is #45987D. Grayscale: #828282. Windows color (decimal): -4561022 or 8546234. OLE color: 8546234.
HSL color Cylindrical-coordinate representation of color #BA6782: hue angle of 340.48º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6782 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 130 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.27 |
| HSL | 340.48º | 0.38% | 0.57% | - |
| HSV(B) | 340.48º | 0.45% | 0.73% | - |
| XYZ | 29.13 | 21.75 | 23.78 | - |
| YUV | 130.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 130 | 0 | 0.45 | 0.30 | 0.27 | 340.48 | 0.38 | 0.57 |
| Hex | BA | 67 | 82 | 0 | 2D | 1E | 1B | 154 | 26 | 39 |
| Octal | 272 | 147 | 202 | 0 | 55 | 36 | 33 | 524 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10000010 | 0 | 101101 | 11110 | 11011 | 101010100 | 100110 | 111001 |
Color Harmonies of #BA6782
Complementary color
Monochromatic Colors of #BA6782
Black with #BA6782
Text Example
Text Example
White with #BA6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6782; }
p { color: rgb(186,103,130); }
H1.HeaderClassName
{
color: #BA6782;
}
.AnyTagClassName
{
color: #BA6782;
}
</style>
background-color css
<style>
a { background-color: #BA6782; }
a { background-color: rgb(186,103,130); }
div.DivClassName
{
background-color: #BA6782;
}
.BgClassName
{
background-color: #BA6782;
}
</style>
border-color css
<style>
span { border-color: #BA6782; }
span { border-color: rgb(186,103,130); }
td.TdClassName
{
border-color: #BA6782;
}
.TagClassName
{
border-color: #BA6782;
}
</style>