Shades of Tapestry #BA6585
Tints of Tapestry #BA6585
RGB
CMYK
RGB Variations
Color information
#BA6585 (or 0xBA6585) is known color: Tapestry. HEX triplet: BA, 65 and 85. RGB value is (186,101,133). Sum of RGB (Red+Green+Blue) = 186+101+133=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6585 is #459A7A. Grayscale: #828282. Windows color (decimal): -4561531 or 8742330. OLE color: 8742330.
HSL color Cylindrical-coordinate representation of color #BA6585: hue angle of 337.41º 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 #BA6585 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 133 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.27 |
| HSL | 337.41º | 0.38% | 0.56% | - |
| HSV(B) | 337.41º | 0.46% | 0.73% | - |
| XYZ | 29.14 | 21.44 | 24.79 | - |
| YUV | 130.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 133 | 0 | 0.46 | 0.28 | 0.27 | 337.41 | 0.38 | 0.56 |
| Hex | BA | 65 | 85 | 0 | 2E | 1C | 1B | 151 | 26 | 38 |
| Octal | 272 | 145 | 205 | 0 | 56 | 34 | 33 | 521 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10000101 | 0 | 101110 | 11100 | 11011 | 101010001 | 100110 | 111000 |
Color Harmonies of #BA6585
Complementary color
Monochromatic Colors of #BA6585
Black with #BA6585
Text Example
Text Example
White with #BA6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6585; }
p { color: rgb(186,101,133); }
H1.HeaderClassName
{
color: #BA6585;
}
.AnyTagClassName
{
color: #BA6585;
}
</style>
background-color css
<style>
a { background-color: #BA6585; }
a { background-color: rgb(186,101,133); }
div.DivClassName
{
background-color: #BA6585;
}
.BgClassName
{
background-color: #BA6585;
}
</style>
border-color css
<style>
span { border-color: #BA6585; }
span { border-color: rgb(186,101,133); }
td.TdClassName
{
border-color: #BA6585;
}
.TagClassName
{
border-color: #BA6585;
}
</style>