Shades of Tapestry #BA6586
Tints of Tapestry #BA6586
RGB
CMYK
RGB Variations
Color information
#BA6586 (or 0xBA6586) is known color: Tapestry. HEX triplet: BA, 65 and 86. RGB value is (186,101,134). Sum of RGB (Red+Green+Blue) = 186+101+134=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6586 is #459A79. Grayscale: #828282. Windows color (decimal): -4561530 or 8807866. OLE color: 8807866.
HSL color Cylindrical-coordinate representation of color #BA6586: hue angle of 336.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6586 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 134 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.27 |
| HSL | 336.71º | 0.38% | 0.56% | - |
| HSV(B) | 336.71º | 0.46% | 0.73% | - |
| XYZ | 29.21 | 21.47 | 25.16 | - |
| YUV | 130.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 134 | 0 | 0.46 | 0.28 | 0.27 | 336.71 | 0.38 | 0.56 |
| Hex | BA | 65 | 86 | 0 | 2E | 1C | 1B | 151 | 26 | 38 |
| Octal | 272 | 145 | 206 | 0 | 56 | 34 | 33 | 521 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10000110 | 0 | 101110 | 11100 | 11011 | 101010001 | 100110 | 111000 |
Color Harmonies of #BA6586
Complementary color
Monochromatic Colors of #BA6586
Black with #BA6586
Text Example
Text Example
White with #BA6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6586; }
p { color: rgb(186,101,134); }
H1.HeaderClassName
{
color: #BA6586;
}
.AnyTagClassName
{
color: #BA6586;
}
</style>
background-color css
<style>
a { background-color: #BA6586; }
a { background-color: rgb(186,101,134); }
div.DivClassName
{
background-color: #BA6586;
}
.BgClassName
{
background-color: #BA6586;
}
</style>
border-color css
<style>
span { border-color: #BA6586; }
span { border-color: rgb(186,101,134); }
td.TdClassName
{
border-color: #BA6586;
}
.TagClassName
{
border-color: #BA6586;
}
</style>