Shades of Tapestry #BA7A92
Tints of Tapestry #BA7A92
RGB
CMYK
RGB Variations
Color information
#BA7A92 (or 0xBA7A92) is known color: Tapestry. HEX triplet: BA, 7A and 92. RGB value is (186,122,146). Sum of RGB (Red+Green+Blue) = 186+122+146=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A92 is #45856D. Grayscale: #8F8F8F. Windows color (decimal): -4556142 or 9599674. OLE color: 9599674.
HSL color Cylindrical-coordinate representation of color #BA7A92: hue angle of 337.5º 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 #BA7A92 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 146 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.27 |
| HSL | 337.5º | 0.32% | 0.6% | - |
| HSV(B) | 337.5º | 0.34% | 0.73% | - |
| XYZ | 32.4 | 26.43 | 30.59 | - |
| YUV | 143.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 146 | 0 | 0.34 | 0.22 | 0.27 | 337.5 | 0.32 | 0.6 |
| Hex | BA | 7A | 92 | 0 | 22 | 16 | 1B | 152 | 20 | 3C |
| Octal | 272 | 172 | 222 | 0 | 42 | 26 | 33 | 522 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10010010 | 0 | 100010 | 10110 | 11011 | 101010010 | 100000 | 111100 |
Color Harmonies of #BA7A92
Complementary color
Monochromatic Colors of #BA7A92
Black with #BA7A92
Text Example
Text Example
White with #BA7A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A92; }
p { color: rgb(186,122,146); }
H1.HeaderClassName
{
color: #BA7A92;
}
.AnyTagClassName
{
color: #BA7A92;
}
</style>
background-color css
<style>
a { background-color: #BA7A92; }
a { background-color: rgb(186,122,146); }
div.DivClassName
{
background-color: #BA7A92;
}
.BgClassName
{
background-color: #BA7A92;
}
</style>
border-color css
<style>
span { border-color: #BA7A92; }
span { border-color: rgb(186,122,146); }
td.TdClassName
{
border-color: #BA7A92;
}
.TagClassName
{
border-color: #BA7A92;
}
</style>