Shades of Tapestry #BA7988
Tints of Tapestry #BA7988
RGB
CMYK
RGB Variations
Color information
#BA7988 (or 0xBA7988) is known color: Tapestry. HEX triplet: BA, 79 and 88. RGB value is (186,121,136). Sum of RGB (Red+Green+Blue) = 186+121+136=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7988 is #458677. Grayscale: #8E8E8E. Windows color (decimal): -4556408 or 8944058. OLE color: 8944058.
HSL color Cylindrical-coordinate representation of color #BA7988: hue angle of 346.15º 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 #BA7988 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 136 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.27 |
| HSL | 346.15º | 0.32% | 0.6% | - |
| HSV(B) | 346.15º | 0.35% | 0.73% | - |
| XYZ | 31.53 | 25.89 | 26.63 | - |
| YUV | 142.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 136 | 0 | 0.35 | 0.27 | 0.27 | 346.15 | 0.32 | 0.6 |
| Hex | BA | 79 | 88 | 0 | 23 | 1B | 1B | 15A | 20 | 3C |
| Octal | 272 | 171 | 210 | 0 | 43 | 33 | 33 | 532 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10001000 | 0 | 100011 | 11011 | 11011 | 101011010 | 100000 | 111100 |
Color Harmonies of #BA7988
Complementary color
Monochromatic Colors of #BA7988
Black with #BA7988
Text Example
Text Example
White with #BA7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7988; }
p { color: rgb(186,121,136); }
H1.HeaderClassName
{
color: #BA7988;
}
.AnyTagClassName
{
color: #BA7988;
}
</style>
background-color css
<style>
a { background-color: #BA7988; }
a { background-color: rgb(186,121,136); }
div.DivClassName
{
background-color: #BA7988;
}
.BgClassName
{
background-color: #BA7988;
}
</style>
border-color css
<style>
span { border-color: #BA7988; }
span { border-color: rgb(186,121,136); }
td.TdClassName
{
border-color: #BA7988;
}
.TagClassName
{
border-color: #BA7988;
}
</style>