Shades of Tapestry #BA6580
Tints of Tapestry #BA6580
RGB
CMYK
RGB Variations
Color information
#BA6580 (or 0xBA6580) is known color: Tapestry. HEX triplet: BA, 65 and 80. RGB value is (186,101,128). Sum of RGB (Red+Green+Blue) = 186+101+128=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6580 is #459A7F. Grayscale: #818181. Windows color (decimal): -4561536 or 8414650. OLE color: 8414650.
HSL color Cylindrical-coordinate representation of color #BA6580: hue angle of 340.94º 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 #BA6580 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 128 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.27 |
| HSL | 340.94º | 0.38% | 0.56% | - |
| HSV(B) | 340.94º | 0.46% | 0.73% | - |
| XYZ | 28.8 | 21.3 | 23.02 | - |
| YUV | 129.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 128 | 0 | 0.46 | 0.31 | 0.27 | 340.94 | 0.38 | 0.56 |
| Hex | BA | 65 | 80 | 0 | 2E | 1F | 1B | 155 | 26 | 38 |
| Octal | 272 | 145 | 200 | 0 | 56 | 37 | 33 | 525 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10000000 | 0 | 101110 | 11111 | 11011 | 101010101 | 100110 | 111000 |
Color Harmonies of #BA6580
Complementary color
Monochromatic Colors of #BA6580
Black with #BA6580
Text Example
Text Example
White with #BA6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6580; }
p { color: rgb(186,101,128); }
H1.HeaderClassName
{
color: #BA6580;
}
.AnyTagClassName
{
color: #BA6580;
}
</style>
background-color css
<style>
a { background-color: #BA6580; }
a { background-color: rgb(186,101,128); }
div.DivClassName
{
background-color: #BA6580;
}
.BgClassName
{
background-color: #BA6580;
}
</style>
border-color css
<style>
span { border-color: #BA6580; }
span { border-color: rgb(186,101,128); }
td.TdClassName
{
border-color: #BA6580;
}
.TagClassName
{
border-color: #BA6580;
}
</style>