Shades of Tapestry #BA7991
Tints of Tapestry #BA7991
RGB
CMYK
RGB Variations
Color information
#BA7991 (or 0xBA7991) is known color: Tapestry. HEX triplet: BA, 79 and 91. RGB value is (186,121,145). Sum of RGB (Red+Green+Blue) = 186+121+145=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7991 is #45866E. Grayscale: #8F8F8F. Windows color (decimal): -4556399 or 9533882. OLE color: 9533882.
HSL color Cylindrical-coordinate representation of color #BA7991: hue angle of 337.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7991 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 145 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.27 |
| HSL | 337.85º | 0.32% | 0.6% | - |
| HSV(B) | 337.85º | 0.35% | 0.73% | - |
| XYZ | 32.2 | 26.16 | 30.14 | - |
| YUV | 143.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 145 | 0 | 0.35 | 0.22 | 0.27 | 337.85 | 0.32 | 0.6 |
| Hex | BA | 79 | 91 | 0 | 23 | 16 | 1B | 152 | 20 | 3C |
| Octal | 272 | 171 | 221 | 0 | 43 | 26 | 33 | 522 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10010001 | 0 | 100011 | 10110 | 11011 | 101010010 | 100000 | 111100 |
Color Harmonies of #BA7991
Complementary color
Monochromatic Colors of #BA7991
Black with #BA7991
Text Example
Text Example
White with #BA7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7991; }
p { color: rgb(186,121,145); }
H1.HeaderClassName
{
color: #BA7991;
}
.AnyTagClassName
{
color: #BA7991;
}
</style>
background-color css
<style>
a { background-color: #BA7991; }
a { background-color: rgb(186,121,145); }
div.DivClassName
{
background-color: #BA7991;
}
.BgClassName
{
background-color: #BA7991;
}
</style>
border-color css
<style>
span { border-color: #BA7991; }
span { border-color: rgb(186,121,145); }
td.TdClassName
{
border-color: #BA7991;
}
.TagClassName
{
border-color: #BA7991;
}
</style>