Shades of Tapestry #BA7E88
Tints of Tapestry #BA7E88
RGB
CMYK
RGB Variations
Color information
#BA7E88 (or 0xBA7E88) is known color: Tapestry. HEX triplet: BA, 7E and 88. RGB value is (186,126,136). Sum of RGB (Red+Green+Blue) = 186+126+136=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E88 is #458177. Grayscale: #919191. Windows color (decimal): -4555128 or 8945338. OLE color: 8945338.
HSL color Cylindrical-coordinate representation of color #BA7E88: hue angle of 350º 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 #BA7E88 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 136 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.27 |
| HSL | 350º | 0.3% | 0.61% | - |
| HSV(B) | 350º | 0.32% | 0.73% | - |
| XYZ | 32.15 | 27.14 | 26.84 | - |
| YUV | 145.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 136 | 0 | 0.32 | 0.27 | 0.27 | 350 | 0.3 | 0.61 |
| Hex | BA | 7E | 88 | 0 | 20 | 1B | 1B | 15E | 1E | 3D |
| Octal | 272 | 176 | 210 | 0 | 40 | 33 | 33 | 536 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10001000 | 0 | 100000 | 11011 | 11011 | 101011110 | 11110 | 111101 |
Color Harmonies of #BA7E88
Complementary color
Monochromatic Colors of #BA7E88
Black with #BA7E88
Text Example
Text Example
White with #BA7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E88; }
p { color: rgb(186,126,136); }
H1.HeaderClassName
{
color: #BA7E88;
}
.AnyTagClassName
{
color: #BA7E88;
}
</style>
background-color css
<style>
a { background-color: #BA7E88; }
a { background-color: rgb(186,126,136); }
div.DivClassName
{
background-color: #BA7E88;
}
.BgClassName
{
background-color: #BA7E88;
}
</style>
border-color css
<style>
span { border-color: #BA7E88; }
span { border-color: rgb(186,126,136); }
td.TdClassName
{
border-color: #BA7E88;
}
.TagClassName
{
border-color: #BA7E88;
}
</style>