Shades of Tapestry #BA7091
Tints of Tapestry #BA7091
RGB
CMYK
RGB Variations
Color information
#BA7091 (or 0xBA7091) is known color: Tapestry. HEX triplet: BA, 70 and 91. RGB value is (186,112,145). Sum of RGB (Red+Green+Blue) = 186+112+145=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7091 is #458F6E. Grayscale: #898989. Windows color (decimal): -4558703 or 9531578. OLE color: 9531578.
HSL color Cylindrical-coordinate representation of color #BA7091: hue angle of 333.24º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7091 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 145 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.27 |
| HSL | 333.24º | 0.35% | 0.58% | - |
| HSV(B) | 333.24º | 0.4% | 0.73% | - |
| XYZ | 31.15 | 24.07 | 29.79 | - |
| YUV | 137.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 145 | 0 | 0.40 | 0.22 | 0.27 | 333.24 | 0.35 | 0.58 |
| Hex | BA | 70 | 91 | 0 | 28 | 16 | 1B | 14D | 23 | 3A |
| Octal | 272 | 160 | 221 | 0 | 50 | 26 | 33 | 515 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10010001 | 0 | 101000 | 10110 | 11011 | 101001101 | 100011 | 111010 |
Color Harmonies of #BA7091
Complementary color
Monochromatic Colors of #BA7091
Black with #BA7091
Text Example
Text Example
White with #BA7091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7091; }
p { color: rgb(186,112,145); }
H1.HeaderClassName
{
color: #BA7091;
}
.AnyTagClassName
{
color: #BA7091;
}
</style>
background-color css
<style>
a { background-color: #BA7091; }
a { background-color: rgb(186,112,145); }
div.DivClassName
{
background-color: #BA7091;
}
.BgClassName
{
background-color: #BA7091;
}
</style>
border-color css
<style>
span { border-color: #BA7091; }
span { border-color: rgb(186,112,145); }
td.TdClassName
{
border-color: #BA7091;
}
.TagClassName
{
border-color: #BA7091;
}
</style>