Shades of Tapestry #BA7986
Tints of Tapestry #BA7986
RGB
CMYK
RGB Variations
Color information
#BA7986 (or 0xBA7986) is known color: Tapestry. HEX triplet: BA, 79 and 86. RGB value is (186,121,134). Sum of RGB (Red+Green+Blue) = 186+121+134=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7986 is #458679. Grayscale: #8D8D8D. Windows color (decimal): -4556410 or 8812986. OLE color: 8812986.
HSL color Cylindrical-coordinate representation of color #BA7986: hue angle of 348º 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 #BA7986 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 134 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.27 |
| HSL | 348º | 0.32% | 0.6% | - |
| HSV(B) | 348º | 0.35% | 0.73% | - |
| XYZ | 31.39 | 25.84 | 25.89 | - |
| YUV | 141.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 134 | 0 | 0.35 | 0.28 | 0.27 | 348 | 0.32 | 0.6 |
| Hex | BA | 79 | 86 | 0 | 23 | 1C | 1B | 15C | 20 | 3C |
| Octal | 272 | 171 | 206 | 0 | 43 | 34 | 33 | 534 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10000110 | 0 | 100011 | 11100 | 11011 | 101011100 | 100000 | 111100 |
Color Harmonies of #BA7986
Complementary color
Monochromatic Colors of #BA7986
Black with #BA7986
Text Example
Text Example
White with #BA7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7986; }
p { color: rgb(186,121,134); }
H1.HeaderClassName
{
color: #BA7986;
}
.AnyTagClassName
{
color: #BA7986;
}
</style>
background-color css
<style>
a { background-color: #BA7986; }
a { background-color: rgb(186,121,134); }
div.DivClassName
{
background-color: #BA7986;
}
.BgClassName
{
background-color: #BA7986;
}
</style>
border-color css
<style>
span { border-color: #BA7986; }
span { border-color: rgb(186,121,134); }
td.TdClassName
{
border-color: #BA7986;
}
.TagClassName
{
border-color: #BA7986;
}
</style>