Shades of Tapestry #BA7A8E
Tints of Tapestry #BA7A8E
RGB
CMYK
RGB Variations
Color information
#BA7A8E (or 0xBA7A8E) is known color: Tapestry. HEX triplet: BA, 7A and 8E. RGB value is (186,122,142). Sum of RGB (Red+Green+Blue) = 186+122+142=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A8E is #458571. Grayscale: #8F8F8F. Windows color (decimal): -4556146 or 9337530. OLE color: 9337530.
HSL color Cylindrical-coordinate representation of color #BA7A8E: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A8E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 142 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.27 |
| HSL | 341.25º | 0.32% | 0.6% | - |
| HSV(B) | 341.25º | 0.34% | 0.73% | - |
| XYZ | 32.09 | 26.31 | 28.98 | - |
| YUV | 143.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 142 | 0 | 0.34 | 0.24 | 0.27 | 341.25 | 0.32 | 0.6 |
| Hex | BA | 7A | 8E | 0 | 22 | 18 | 1B | 155 | 20 | 3C |
| Octal | 272 | 172 | 216 | 0 | 42 | 30 | 33 | 525 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10001110 | 0 | 100010 | 11000 | 11011 | 101010101 | 100000 | 111100 |
Color Harmonies of #BA7A8E
Complementary color
Monochromatic Colors of #BA7A8E
Black with #BA7A8E
Text Example
Text Example
White with #BA7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A8E; }
p { color: rgb(186,122,142); }
H1.HeaderClassName
{
color: #BA7A8E;
}
.AnyTagClassName
{
color: #BA7A8E;
}
</style>
background-color css
<style>
a { background-color: #BA7A8E; }
a { background-color: rgb(186,122,142); }
div.DivClassName
{
background-color: #BA7A8E;
}
.BgClassName
{
background-color: #BA7A8E;
}
</style>
border-color css
<style>
span { border-color: #BA7A8E; }
span { border-color: rgb(186,122,142); }
td.TdClassName
{
border-color: #BA7A8E;
}
.TagClassName
{
border-color: #BA7A8E;
}
</style>