Shades of Tapestry #BA7881
Tints of Tapestry #BA7881
RGB
CMYK
RGB Variations
Color information
#BA7881 (or 0xBA7881) is known color: Tapestry. HEX triplet: BA, 78 and 81. RGB value is (186,120,129). Sum of RGB (Red+Green+Blue) = 186+120+129=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7881 is #45877E. Grayscale: #8C8C8C. Windows color (decimal): -4556671 or 8485050. OLE color: 8485050.
HSL color Cylindrical-coordinate representation of color #BA7881: hue angle of 351.82º 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 #BA7881 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 129 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.27 |
| HSL | 351.82º | 0.32% | 0.6% | - |
| HSV(B) | 351.82º | 0.35% | 0.73% | - |
| XYZ | 30.93 | 25.46 | 24.05 | - |
| YUV | 140.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 129 | 0 | 0.35 | 0.31 | 0.27 | 351.82 | 0.32 | 0.6 |
| Hex | BA | 78 | 81 | 0 | 23 | 1F | 1B | 160 | 20 | 3C |
| Octal | 272 | 170 | 201 | 0 | 43 | 37 | 33 | 540 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10000001 | 0 | 100011 | 11111 | 11011 | 101100000 | 100000 | 111100 |
Color Harmonies of #BA7881
Complementary color
Monochromatic Colors of #BA7881
Black with #BA7881
Text Example
Text Example
White with #BA7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7881; }
p { color: rgb(186,120,129); }
H1.HeaderClassName
{
color: #BA7881;
}
.AnyTagClassName
{
color: #BA7881;
}
</style>
background-color css
<style>
a { background-color: #BA7881; }
a { background-color: rgb(186,120,129); }
div.DivClassName
{
background-color: #BA7881;
}
.BgClassName
{
background-color: #BA7881;
}
</style>
border-color css
<style>
span { border-color: #BA7881; }
span { border-color: rgb(186,120,129); }
td.TdClassName
{
border-color: #BA7881;
}
.TagClassName
{
border-color: #BA7881;
}
</style>