Shades of Tapestry #BA6085
Tints of Tapestry #BA6085
RGB
CMYK
RGB Variations
Color information
#BA6085 (or 0xBA6085) is known color: Tapestry. HEX triplet: BA, 60 and 85. RGB value is (186,96,133). Sum of RGB (Red+Green+Blue) = 186+96+133=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6085 is #459F7A. Grayscale: #7F7F7F. Windows color (decimal): -4562811 or 8741050. OLE color: 8741050.
HSL color Cylindrical-coordinate representation of color #BA6085: hue angle of 335.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6085 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 133 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.27 |
| HSL | 335.33º | 0.39% | 0.55% | - |
| HSV(B) | 335.33º | 0.48% | 0.73% | - |
| XYZ | 28.67 | 20.5 | 24.64 | - |
| YUV | 127.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 133 | 0 | 0.48 | 0.28 | 0.27 | 335.33 | 0.39 | 0.55 |
| Hex | BA | 60 | 85 | 0 | 30 | 1C | 1B | 14F | 27 | 37 |
| Octal | 272 | 140 | 205 | 0 | 60 | 34 | 33 | 517 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10000101 | 0 | 110000 | 11100 | 11011 | 101001111 | 100111 | 110111 |
Color Harmonies of #BA6085
Complementary color
Monochromatic Colors of #BA6085
Black with #BA6085
Text Example
Text Example
White with #BA6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6085; }
p { color: rgb(186,96,133); }
H1.HeaderClassName
{
color: #BA6085;
}
.AnyTagClassName
{
color: #BA6085;
}
</style>
background-color css
<style>
a { background-color: #BA6085; }
a { background-color: rgb(186,96,133); }
div.DivClassName
{
background-color: #BA6085;
}
.BgClassName
{
background-color: #BA6085;
}
</style>
border-color css
<style>
span { border-color: #BA6085; }
span { border-color: rgb(186,96,133); }
td.TdClassName
{
border-color: #BA6085;
}
.TagClassName
{
border-color: #BA6085;
}
</style>