Shades of Tapestry #BA787F
Tints of Tapestry #BA787F
RGB
CMYK
RGB Variations
Color information
#BA787F (or 0xBA787F) is known color: Tapestry. HEX triplet: BA, 78 and 7F. RGB value is (186,120,127). Sum of RGB (Red+Green+Blue) = 186+120+127=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787F is #458780. Grayscale: #8C8C8C. Windows color (decimal): -4556673 or 8353978. OLE color: 8353978.
HSL color Cylindrical-coordinate representation of color #BA787F: hue angle of 353.64º 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 #BA787F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 127 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.27 |
| HSL | 353.64º | 0.32% | 0.6% | - |
| HSV(B) | 353.64º | 0.35% | 0.73% | - |
| XYZ | 30.8 | 25.4 | 23.36 | - |
| YUV | 140.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 127 | 0 | 0.35 | 0.32 | 0.27 | 353.64 | 0.32 | 0.6 |
| Hex | BA | 78 | 7F | 0 | 23 | 20 | 1B | 162 | 20 | 3C |
| Octal | 272 | 170 | 177 | 0 | 43 | 40 | 33 | 542 | 40 | 74 |
| Binary | 10111010 | 1111000 | 1111111 | 0 | 100011 | 100000 | 11011 | 101100010 | 100000 | 111100 |
Color Harmonies of #BA787F
Complementary color
Monochromatic Colors of #BA787F
Black with #BA787F
Text Example
Text Example
White with #BA787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA787F; }
p { color: rgb(186,120,127); }
H1.HeaderClassName
{
color: #BA787F;
}
.AnyTagClassName
{
color: #BA787F;
}
</style>
background-color css
<style>
a { background-color: #BA787F; }
a { background-color: rgb(186,120,127); }
div.DivClassName
{
background-color: #BA787F;
}
.BgClassName
{
background-color: #BA787F;
}
</style>
border-color css
<style>
span { border-color: #BA787F; }
span { border-color: rgb(186,120,127); }
td.TdClassName
{
border-color: #BA787F;
}
.TagClassName
{
border-color: #BA787F;
}
</style>