Shades of Tapestry #BA6186
Tints of Tapestry #BA6186
RGB
CMYK
RGB Variations
Color information
#BA6186 (or 0xBA6186) is known color: Tapestry. HEX triplet: BA, 61 and 86. RGB value is (186,97,134). Sum of RGB (Red+Green+Blue) = 186+97+134=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6186 is #459E79. Grayscale: #7F7F7F. Windows color (decimal): -4562554 or 8806842. OLE color: 8806842.
HSL color Cylindrical-coordinate representation of color #BA6186: hue angle of 335.06º 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 #BA6186 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 134 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.27 |
| HSL | 335.06º | 0.39% | 0.55% | - |
| HSV(B) | 335.06º | 0.48% | 0.73% | - |
| XYZ | 28.83 | 20.71 | 25.03 | - |
| YUV | 127.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 134 | 0 | 0.48 | 0.28 | 0.27 | 335.06 | 0.39 | 0.55 |
| Hex | BA | 61 | 86 | 0 | 30 | 1C | 1B | 14F | 27 | 37 |
| Octal | 272 | 141 | 206 | 0 | 60 | 34 | 33 | 517 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10000110 | 0 | 110000 | 11100 | 11011 | 101001111 | 100111 | 110111 |
Color Harmonies of #BA6186
Complementary color
Monochromatic Colors of #BA6186
Black with #BA6186
Text Example
Text Example
White with #BA6186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6186; }
p { color: rgb(186,97,134); }
H1.HeaderClassName
{
color: #BA6186;
}
.AnyTagClassName
{
color: #BA6186;
}
</style>
background-color css
<style>
a { background-color: #BA6186; }
a { background-color: rgb(186,97,134); }
div.DivClassName
{
background-color: #BA6186;
}
.BgClassName
{
background-color: #BA6186;
}
</style>
border-color css
<style>
span { border-color: #BA6186; }
span { border-color: rgb(186,97,134); }
td.TdClassName
{
border-color: #BA6186;
}
.TagClassName
{
border-color: #BA6186;
}
</style>