Shades of Tapestry #BA7890
Tints of Tapestry #BA7890
RGB
CMYK
RGB Variations
Color information
#BA7890 (or 0xBA7890) is known color: Tapestry. HEX triplet: BA, 78 and 90. RGB value is (186,120,144). Sum of RGB (Red+Green+Blue) = 186+120+144=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7890 is #45876F. Grayscale: #8E8E8E. Windows color (decimal): -4556656 or 9468090. OLE color: 9468090.
HSL color Cylindrical-coordinate representation of color #BA7890: hue angle of 338.18º 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 #BA7890 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 144 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.27 |
| HSL | 338.18º | 0.32% | 0.6% | - |
| HSV(B) | 338.18º | 0.35% | 0.73% | - |
| XYZ | 32 | 25.89 | 29.7 | - |
| YUV | 142.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 144 | 0 | 0.35 | 0.23 | 0.27 | 338.18 | 0.32 | 0.6 |
| Hex | BA | 78 | 90 | 0 | 23 | 17 | 1B | 152 | 20 | 3C |
| Octal | 272 | 170 | 220 | 0 | 43 | 27 | 33 | 522 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10010000 | 0 | 100011 | 10111 | 11011 | 101010010 | 100000 | 111100 |
Color Harmonies of #BA7890
Complementary color
Monochromatic Colors of #BA7890
Black with #BA7890
Text Example
Text Example
White with #BA7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7890; }
p { color: rgb(186,120,144); }
H1.HeaderClassName
{
color: #BA7890;
}
.AnyTagClassName
{
color: #BA7890;
}
</style>
background-color css
<style>
a { background-color: #BA7890; }
a { background-color: rgb(186,120,144); }
div.DivClassName
{
background-color: #BA7890;
}
.BgClassName
{
background-color: #BA7890;
}
</style>
border-color css
<style>
span { border-color: #BA7890; }
span { border-color: rgb(186,120,144); }
td.TdClassName
{
border-color: #BA7890;
}
.TagClassName
{
border-color: #BA7890;
}
</style>