Shades of Tapestry #BA787E
Tints of Tapestry #BA787E
RGB
CMYK
RGB Variations
Color information
#BA787E (or 0xBA787E) is known color: Tapestry. HEX triplet: BA, 78 and 7E. RGB value is (186,120,126). Sum of RGB (Red+Green+Blue) = 186+120+126=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787E is #458781. Grayscale: #8C8C8C. Windows color (decimal): -4556674 or 8288442. OLE color: 8288442.
HSL color Cylindrical-coordinate representation of color #BA787E: hue angle of 354.55º 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 #BA787E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 126 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.27 |
| HSL | 354.55º | 0.32% | 0.6% | - |
| HSV(B) | 354.55º | 0.35% | 0.73% | - |
| XYZ | 30.73 | 25.38 | 23.02 | - |
| YUV | 140.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 126 | 0 | 0.35 | 0.32 | 0.27 | 354.55 | 0.32 | 0.6 |
| Hex | BA | 78 | 7E | 0 | 23 | 20 | 1B | 163 | 20 | 3C |
| Octal | 272 | 170 | 176 | 0 | 43 | 40 | 33 | 543 | 40 | 74 |
| Binary | 10111010 | 1111000 | 1111110 | 0 | 100011 | 100000 | 11011 | 101100011 | 100000 | 111100 |
Color Harmonies of #BA787E
Complementary color
Monochromatic Colors of #BA787E
Black with #BA787E
Text Example
Text Example
White with #BA787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA787E; }
p { color: rgb(186,120,126); }
H1.HeaderClassName
{
color: #BA787E;
}
.AnyTagClassName
{
color: #BA787E;
}
</style>
background-color css
<style>
a { background-color: #BA787E; }
a { background-color: rgb(186,120,126); }
div.DivClassName
{
background-color: #BA787E;
}
.BgClassName
{
background-color: #BA787E;
}
</style>
border-color css
<style>
span { border-color: #BA787E; }
span { border-color: rgb(186,120,126); }
td.TdClassName
{
border-color: #BA787E;
}
.TagClassName
{
border-color: #BA787E;
}
</style>