Shades of Tapestry #BA6E90
Tints of Tapestry #BA6E90
RGB
CMYK
RGB Variations
Color information
#BA6E90 (or 0xBA6E90) is known color: Tapestry. HEX triplet: BA, 6E and 90. RGB value is (186,110,144). Sum of RGB (Red+Green+Blue) = 186+110+144=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6E90 is #45916F. Grayscale: #888888. Windows color (decimal): -4559216 or 9465530. OLE color: 9465530.
HSL color Cylindrical-coordinate representation of color #BA6E90: hue angle of 333.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E90 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 144 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.27 |
| HSL | 333.16º | 0.36% | 0.58% | - |
| HSV(B) | 333.16º | 0.41% | 0.73% | - |
| XYZ | 30.86 | 23.6 | 29.32 | - |
| YUV | 136.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 144 | 0 | 0.41 | 0.23 | 0.27 | 333.16 | 0.36 | 0.58 |
| Hex | BA | 6E | 90 | 0 | 29 | 17 | 1B | 14D | 24 | 3A |
| Octal | 272 | 156 | 220 | 0 | 51 | 27 | 33 | 515 | 44 | 72 |
| Binary | 10111010 | 1101110 | 10010000 | 0 | 101001 | 10111 | 11011 | 101001101 | 100100 | 111010 |
Color Harmonies of #BA6E90
Complementary color
Monochromatic Colors of #BA6E90
Black with #BA6E90
Text Example
Text Example
White with #BA6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E90; }
p { color: rgb(186,110,144); }
H1.HeaderClassName
{
color: #BA6E90;
}
.AnyTagClassName
{
color: #BA6E90;
}
</style>
background-color css
<style>
a { background-color: #BA6E90; }
a { background-color: rgb(186,110,144); }
div.DivClassName
{
background-color: #BA6E90;
}
.BgClassName
{
background-color: #BA6E90;
}
</style>
border-color css
<style>
span { border-color: #BA6E90; }
span { border-color: rgb(186,110,144); }
td.TdClassName
{
border-color: #BA6E90;
}
.TagClassName
{
border-color: #BA6E90;
}
</style>