Shades of Tapestry #BA6084
Tints of Tapestry #BA6084
RGB
CMYK
RGB Variations
Color information
#BA6084 (or 0xBA6084) is known color: Tapestry. HEX triplet: BA, 60 and 84. RGB value is (186,96,132). Sum of RGB (Red+Green+Blue) = 186+96+132=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6084 is #459F7B. Grayscale: #7E7E7E. Windows color (decimal): -4562812 or 8675514. OLE color: 8675514.
HSL color Cylindrical-coordinate representation of color #BA6084: hue angle of 336º 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 #BA6084 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 132 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.27 |
| HSL | 336º | 0.39% | 0.55% | - |
| HSV(B) | 336º | 0.48% | 0.73% | - |
| XYZ | 28.6 | 20.47 | 24.27 | - |
| YUV | 127.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 132 | 0 | 0.48 | 0.29 | 0.27 | 336 | 0.39 | 0.55 |
| Hex | BA | 60 | 84 | 0 | 30 | 1D | 1B | 150 | 27 | 37 |
| Octal | 272 | 140 | 204 | 0 | 60 | 35 | 33 | 520 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10000100 | 0 | 110000 | 11101 | 11011 | 101010000 | 100111 | 110111 |
Color Harmonies of #BA6084
Complementary color
Monochromatic Colors of #BA6084
Black with #BA6084
Text Example
Text Example
White with #BA6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6084; }
p { color: rgb(186,96,132); }
H1.HeaderClassName
{
color: #BA6084;
}
.AnyTagClassName
{
color: #BA6084;
}
</style>
background-color css
<style>
a { background-color: #BA6084; }
a { background-color: rgb(186,96,132); }
div.DivClassName
{
background-color: #BA6084;
}
.BgClassName
{
background-color: #BA6084;
}
</style>
border-color css
<style>
span { border-color: #BA6084; }
span { border-color: rgb(186,96,132); }
td.TdClassName
{
border-color: #BA6084;
}
.TagClassName
{
border-color: #BA6084;
}
</style>