Shades of Tapestry #BA7189
Tints of Tapestry #BA7189
RGB
CMYK
RGB Variations
Color information
#BA7189 (or 0xBA7189) is known color: Tapestry. HEX triplet: BA, 71 and 89. RGB value is (186,113,137). Sum of RGB (Red+Green+Blue) = 186+113+137=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7189 is #458E76. Grayscale: #898989. Windows color (decimal): -4558455 or 9007546. OLE color: 9007546.
HSL color Cylindrical-coordinate representation of color #BA7189: hue angle of 340.27º 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 #BA7189 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 137 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.27 |
| HSL | 340.27º | 0.35% | 0.59% | - |
| HSV(B) | 340.27º | 0.39% | 0.73% | - |
| XYZ | 30.67 | 24.06 | 26.69 | - |
| YUV | 137.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 137 | 0 | 0.39 | 0.26 | 0.27 | 340.27 | 0.35 | 0.59 |
| Hex | BA | 71 | 89 | 0 | 27 | 1A | 1B | 154 | 23 | 3B |
| Octal | 272 | 161 | 211 | 0 | 47 | 32 | 33 | 524 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10001001 | 0 | 100111 | 11010 | 11011 | 101010100 | 100011 | 111011 |
Color Harmonies of #BA7189
Complementary color
Monochromatic Colors of #BA7189
Black with #BA7189
Text Example
Text Example
White with #BA7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7189; }
p { color: rgb(186,113,137); }
H1.HeaderClassName
{
color: #BA7189;
}
.AnyTagClassName
{
color: #BA7189;
}
</style>
background-color css
<style>
a { background-color: #BA7189; }
a { background-color: rgb(186,113,137); }
div.DivClassName
{
background-color: #BA7189;
}
.BgClassName
{
background-color: #BA7189;
}
</style>
border-color css
<style>
span { border-color: #BA7189; }
span { border-color: rgb(186,113,137); }
td.TdClassName
{
border-color: #BA7189;
}
.TagClassName
{
border-color: #BA7189;
}
</style>