Shades of Tapestry #BA7186
Tints of Tapestry #BA7186
RGB
CMYK
RGB Variations
Color information
#BA7186 (or 0xBA7186) is known color: Tapestry. HEX triplet: BA, 71 and 86. RGB value is (186,113,134). Sum of RGB (Red+Green+Blue) = 186+113+134=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7186 is #458E79. Grayscale: #898989. Windows color (decimal): -4558458 or 8810938. OLE color: 8810938.
HSL color Cylindrical-coordinate representation of color #BA7186: hue angle of 342.74º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7186 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 134 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.27 |
| HSL | 342.74º | 0.35% | 0.59% | - |
| HSV(B) | 342.74º | 0.39% | 0.73% | - |
| XYZ | 30.46 | 23.97 | 25.58 | - |
| YUV | 137.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 134 | 0 | 0.39 | 0.28 | 0.27 | 342.74 | 0.35 | 0.59 |
| Hex | BA | 71 | 86 | 0 | 27 | 1C | 1B | 157 | 23 | 3B |
| Octal | 272 | 161 | 206 | 0 | 47 | 34 | 33 | 527 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10000110 | 0 | 100111 | 11100 | 11011 | 101010111 | 100011 | 111011 |
Color Harmonies of #BA7186
Complementary color
Monochromatic Colors of #BA7186
Black with #BA7186
Text Example
Text Example
White with #BA7186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7186; }
p { color: rgb(186,113,134); }
H1.HeaderClassName
{
color: #BA7186;
}
.AnyTagClassName
{
color: #BA7186;
}
</style>
background-color css
<style>
a { background-color: #BA7186; }
a { background-color: rgb(186,113,134); }
div.DivClassName
{
background-color: #BA7186;
}
.BgClassName
{
background-color: #BA7186;
}
</style>
border-color css
<style>
span { border-color: #BA7186; }
span { border-color: rgb(186,113,134); }
td.TdClassName
{
border-color: #BA7186;
}
.TagClassName
{
border-color: #BA7186;
}
</style>