Shades of Tapestry #BA787C
Tints of Tapestry #BA787C
RGB
CMYK
RGB Variations
Color information
#BA787C (or 0xBA787C) is known color: Tapestry. HEX triplet: BA, 78 and 7C. RGB value is (186,120,124). Sum of RGB (Red+Green+Blue) = 186+120+124=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787C is #458783. Grayscale: #8C8C8C. Windows color (decimal): -4556676 or 8157370. OLE color: 8157370.
HSL color Cylindrical-coordinate representation of color #BA787C: hue angle of 356.36º 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 #BA787C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 124 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.27 |
| HSL | 356.36º | 0.32% | 0.6% | - |
| HSV(B) | 356.36º | 0.35% | 0.73% | - |
| XYZ | 30.6 | 25.33 | 22.34 | - |
| YUV | 140.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 124 | 0 | 0.35 | 0.33 | 0.27 | 356.36 | 0.32 | 0.6 |
| Hex | BA | 78 | 7C | 0 | 23 | 21 | 1B | 164 | 20 | 3C |
| Octal | 272 | 170 | 174 | 0 | 43 | 41 | 33 | 544 | 40 | 74 |
| Binary | 10111010 | 1111000 | 1111100 | 0 | 100011 | 100001 | 11011 | 101100100 | 100000 | 111100 |
Color Harmonies of #BA787C
Complementary color
Monochromatic Colors of #BA787C
Black with #BA787C
Text Example
Text Example
White with #BA787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA787C; }
p { color: rgb(186,120,124); }
H1.HeaderClassName
{
color: #BA787C;
}
.AnyTagClassName
{
color: #BA787C;
}
</style>
background-color css
<style>
a { background-color: #BA787C; }
a { background-color: rgb(186,120,124); }
div.DivClassName
{
background-color: #BA787C;
}
.BgClassName
{
background-color: #BA787C;
}
</style>
border-color css
<style>
span { border-color: #BA787C; }
span { border-color: rgb(186,120,124); }
td.TdClassName
{
border-color: #BA787C;
}
.TagClassName
{
border-color: #BA787C;
}
</style>