Shades of Tapestry #BA7191
Tints of Tapestry #BA7191
RGB
CMYK
RGB Variations
Color information
#BA7191 (or 0xBA7191) is known color: Tapestry. HEX triplet: BA, 71 and 91. RGB value is (186,113,145). Sum of RGB (Red+Green+Blue) = 186+113+145=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7191 is #458E6E. Grayscale: #8A8A8A. Windows color (decimal): -4558447 or 9531834. OLE color: 9531834.
HSL color Cylindrical-coordinate representation of color #BA7191: hue angle of 333.7º 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 #BA7191 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 145 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.27 |
| HSL | 333.7º | 0.35% | 0.59% | - |
| HSV(B) | 333.7º | 0.39% | 0.73% | - |
| XYZ | 31.27 | 24.29 | 29.83 | - |
| YUV | 138.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 145 | 0 | 0.39 | 0.22 | 0.27 | 333.7 | 0.35 | 0.59 |
| Hex | BA | 71 | 91 | 0 | 27 | 16 | 1B | 14E | 23 | 3B |
| Octal | 272 | 161 | 221 | 0 | 47 | 26 | 33 | 516 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10010001 | 0 | 100111 | 10110 | 11011 | 101001110 | 100011 | 111011 |
Color Harmonies of #BA7191
Complementary color
Monochromatic Colors of #BA7191
Black with #BA7191
Text Example
Text Example
White with #BA7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7191; }
p { color: rgb(186,113,145); }
H1.HeaderClassName
{
color: #BA7191;
}
.AnyTagClassName
{
color: #BA7191;
}
</style>
background-color css
<style>
a { background-color: #BA7191; }
a { background-color: rgb(186,113,145); }
div.DivClassName
{
background-color: #BA7191;
}
.BgClassName
{
background-color: #BA7191;
}
</style>
border-color css
<style>
span { border-color: #BA7191; }
span { border-color: rgb(186,113,145); }
td.TdClassName
{
border-color: #BA7191;
}
.TagClassName
{
border-color: #BA7191;
}
</style>