Shades of Tapestry #BA6184
Tints of Tapestry #BA6184
RGB
CMYK
RGB Variations
Color information
#BA6184 (or 0xBA6184) is known color: Tapestry. HEX triplet: BA, 61 and 84. RGB value is (186,97,132). Sum of RGB (Red+Green+Blue) = 186+97+132=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6184 is #459E7B. Grayscale: #7F7F7F. Windows color (decimal): -4562556 or 8675770. OLE color: 8675770.
HSL color Cylindrical-coordinate representation of color #BA6184: hue angle of 336.4º 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 #BA6184 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 132 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.27 |
| HSL | 336.4º | 0.39% | 0.55% | - |
| HSV(B) | 336.4º | 0.48% | 0.73% | - |
| XYZ | 28.69 | 20.65 | 24.3 | - |
| YUV | 127.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 132 | 0 | 0.48 | 0.29 | 0.27 | 336.4 | 0.39 | 0.55 |
| Hex | BA | 61 | 84 | 0 | 30 | 1D | 1B | 150 | 27 | 37 |
| Octal | 272 | 141 | 204 | 0 | 60 | 35 | 33 | 520 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10000100 | 0 | 110000 | 11101 | 11011 | 101010000 | 100111 | 110111 |
Color Harmonies of #BA6184
Complementary color
Monochromatic Colors of #BA6184
Black with #BA6184
Text Example
Text Example
White with #BA6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6184; }
p { color: rgb(186,97,132); }
H1.HeaderClassName
{
color: #BA6184;
}
.AnyTagClassName
{
color: #BA6184;
}
</style>
background-color css
<style>
a { background-color: #BA6184; }
a { background-color: rgb(186,97,132); }
div.DivClassName
{
background-color: #BA6184;
}
.BgClassName
{
background-color: #BA6184;
}
</style>
border-color css
<style>
span { border-color: #BA6184; }
span { border-color: rgb(186,97,132); }
td.TdClassName
{
border-color: #BA6184;
}
.TagClassName
{
border-color: #BA6184;
}
</style>