Shades of Tapestry #BA798D
Tints of Tapestry #BA798D
RGB
CMYK
RGB Variations
Color information
#BA798D (or 0xBA798D) is known color: Tapestry. HEX triplet: BA, 79 and 8D. RGB value is (186,121,141). Sum of RGB (Red+Green+Blue) = 186+121+141=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798D is #458672. Grayscale: #8E8E8E. Windows color (decimal): -4556403 or 9271738. OLE color: 9271738.
HSL color Cylindrical-coordinate representation of color #BA798D: hue angle of 341.54º 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 #BA798D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 141 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.27 |
| HSL | 341.54º | 0.32% | 0.6% | - |
| HSV(B) | 341.54º | 0.35% | 0.73% | - |
| XYZ | 31.89 | 26.04 | 28.54 | - |
| YUV | 142.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 141 | 0 | 0.35 | 0.24 | 0.27 | 341.54 | 0.32 | 0.6 |
| Hex | BA | 79 | 8D | 0 | 23 | 18 | 1B | 156 | 20 | 3C |
| Octal | 272 | 171 | 215 | 0 | 43 | 30 | 33 | 526 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10001101 | 0 | 100011 | 11000 | 11011 | 101010110 | 100000 | 111100 |
Color Harmonies of #BA798D
Complementary color
Monochromatic Colors of #BA798D
Black with #BA798D
Text Example
Text Example
White with #BA798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA798D; }
p { color: rgb(186,121,141); }
H1.HeaderClassName
{
color: #BA798D;
}
.AnyTagClassName
{
color: #BA798D;
}
</style>
background-color css
<style>
a { background-color: #BA798D; }
a { background-color: rgb(186,121,141); }
div.DivClassName
{
background-color: #BA798D;
}
.BgClassName
{
background-color: #BA798D;
}
</style>
border-color css
<style>
span { border-color: #BA798D; }
span { border-color: rgb(186,121,141); }
td.TdClassName
{
border-color: #BA798D;
}
.TagClassName
{
border-color: #BA798D;
}
</style>