Shades of Tapestry #BA7884
Tints of Tapestry #BA7884
RGB
CMYK
RGB Variations
Color information
#BA7884 (or 0xBA7884) is known color: Tapestry. HEX triplet: BA, 78 and 84. RGB value is (186,120,132). Sum of RGB (Red+Green+Blue) = 186+120+132=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7884 is #45877B. Grayscale: #8D8D8D. Windows color (decimal): -4556668 or 8681658. OLE color: 8681658.
HSL color Cylindrical-coordinate representation of color #BA7884: hue angle of 349.09º 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 #BA7884 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 132 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.27 |
| HSL | 349.09º | 0.32% | 0.6% | - |
| HSV(B) | 349.09º | 0.35% | 0.73% | - |
| XYZ | 31.13 | 25.54 | 25.12 | - |
| YUV | 141.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 132 | 0 | 0.35 | 0.29 | 0.27 | 349.09 | 0.32 | 0.6 |
| Hex | BA | 78 | 84 | 0 | 23 | 1D | 1B | 15D | 20 | 3C |
| Octal | 272 | 170 | 204 | 0 | 43 | 35 | 33 | 535 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10000100 | 0 | 100011 | 11101 | 11011 | 101011101 | 100000 | 111100 |
Color Harmonies of #BA7884
Complementary color
Monochromatic Colors of #BA7884
Black with #BA7884
Text Example
Text Example
White with #BA7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7884; }
p { color: rgb(186,120,132); }
H1.HeaderClassName
{
color: #BA7884;
}
.AnyTagClassName
{
color: #BA7884;
}
</style>
background-color css
<style>
a { background-color: #BA7884; }
a { background-color: rgb(186,120,132); }
div.DivClassName
{
background-color: #BA7884;
}
.BgClassName
{
background-color: #BA7884;
}
</style>
border-color css
<style>
span { border-color: #BA7884; }
span { border-color: rgb(186,120,132); }
td.TdClassName
{
border-color: #BA7884;
}
.TagClassName
{
border-color: #BA7884;
}
</style>