Shades of Tapestry #BA7E8C
Tints of Tapestry #BA7E8C
RGB
CMYK
RGB Variations
Color information
#BA7E8C (or 0xBA7E8C) is known color: Tapestry. HEX triplet: BA, 7E and 8C. RGB value is (186,126,140). Sum of RGB (Red+Green+Blue) = 186+126+140=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E8C is #458173. Grayscale: #919191. Windows color (decimal): -4555124 or 9207482. OLE color: 9207482.
HSL color Cylindrical-coordinate representation of color #BA7E8C: hue angle of 346º 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 #BA7E8C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 140 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.27 |
| HSL | 346º | 0.3% | 0.61% | - |
| HSV(B) | 346º | 0.32% | 0.73% | - |
| XYZ | 32.44 | 27.25 | 28.36 | - |
| YUV | 145.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 140 | 0 | 0.32 | 0.25 | 0.27 | 346 | 0.3 | 0.61 |
| Hex | BA | 7E | 8C | 0 | 20 | 19 | 1B | 15A | 1E | 3D |
| Octal | 272 | 176 | 214 | 0 | 40 | 31 | 33 | 532 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10001100 | 0 | 100000 | 11001 | 11011 | 101011010 | 11110 | 111101 |
Color Harmonies of #BA7E8C
Complementary color
Monochromatic Colors of #BA7E8C
Black with #BA7E8C
Text Example
Text Example
White with #BA7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E8C; }
p { color: rgb(186,126,140); }
H1.HeaderClassName
{
color: #BA7E8C;
}
.AnyTagClassName
{
color: #BA7E8C;
}
</style>
background-color css
<style>
a { background-color: #BA7E8C; }
a { background-color: rgb(186,126,140); }
div.DivClassName
{
background-color: #BA7E8C;
}
.BgClassName
{
background-color: #BA7E8C;
}
</style>
border-color css
<style>
span { border-color: #BA7E8C; }
span { border-color: rgb(186,126,140); }
td.TdClassName
{
border-color: #BA7E8C;
}
.TagClassName
{
border-color: #BA7E8C;
}
</style>