Shades of Tapestry #BA7E90
Tints of Tapestry #BA7E90
RGB
CMYK
RGB Variations
Color information
#BA7E90 (or 0xBA7E90) is known color: Tapestry. HEX triplet: BA, 7E and 90. RGB value is (186,126,144). Sum of RGB (Red+Green+Blue) = 186+126+144=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E90 is #45816F. Grayscale: #919191. Windows color (decimal): -4555120 or 9469626. OLE color: 9469626.
HSL color Cylindrical-coordinate representation of color #BA7E90: hue angle of 342º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E90 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 144 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.27 |
| HSL | 342º | 0.3% | 0.61% | - |
| HSV(B) | 342º | 0.32% | 0.73% | - |
| XYZ | 32.74 | 27.37 | 29.94 | - |
| YUV | 145.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 144 | 0 | 0.32 | 0.23 | 0.27 | 342 | 0.3 | 0.61 |
| Hex | BA | 7E | 90 | 0 | 20 | 17 | 1B | 156 | 1E | 3D |
| Octal | 272 | 176 | 220 | 0 | 40 | 27 | 33 | 526 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10010000 | 0 | 100000 | 10111 | 11011 | 101010110 | 11110 | 111101 |
Color Harmonies of #BA7E90
Complementary color
Monochromatic Colors of #BA7E90
Black with #BA7E90
Text Example
Text Example
White with #BA7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E90; }
p { color: rgb(186,126,144); }
H1.HeaderClassName
{
color: #BA7E90;
}
.AnyTagClassName
{
color: #BA7E90;
}
</style>
background-color css
<style>
a { background-color: #BA7E90; }
a { background-color: rgb(186,126,144); }
div.DivClassName
{
background-color: #BA7E90;
}
.BgClassName
{
background-color: #BA7E90;
}
</style>
border-color css
<style>
span { border-color: #BA7E90; }
span { border-color: rgb(186,126,144); }
td.TdClassName
{
border-color: #BA7E90;
}
.TagClassName
{
border-color: #BA7E90;
}
</style>