Shades of Tapestry #BA7880
Tints of Tapestry #BA7880
RGB
CMYK
RGB Variations
Color information
#BA7880 (or 0xBA7880) is known color: Tapestry. HEX triplet: BA, 78 and 80. RGB value is (186,120,128). Sum of RGB (Red+Green+Blue) = 186+120+128=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7880 is #45877F. Grayscale: #8C8C8C. Windows color (decimal): -4556672 or 8419514. OLE color: 8419514.
HSL color Cylindrical-coordinate representation of color #BA7880: hue angle of 352.73º 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 #BA7880 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 128 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.27 |
| HSL | 352.73º | 0.32% | 0.6% | - |
| HSV(B) | 352.73º | 0.35% | 0.73% | - |
| XYZ | 30.86 | 25.43 | 23.7 | - |
| YUV | 140.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 128 | 0 | 0.35 | 0.31 | 0.27 | 352.73 | 0.32 | 0.6 |
| Hex | BA | 78 | 80 | 0 | 23 | 1F | 1B | 161 | 20 | 3C |
| Octal | 272 | 170 | 200 | 0 | 43 | 37 | 33 | 541 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10000000 | 0 | 100011 | 11111 | 11011 | 101100001 | 100000 | 111100 |
Color Harmonies of #BA7880
Complementary color
Monochromatic Colors of #BA7880
Black with #BA7880
Text Example
Text Example
White with #BA7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7880; }
p { color: rgb(186,120,128); }
H1.HeaderClassName
{
color: #BA7880;
}
.AnyTagClassName
{
color: #BA7880;
}
</style>
background-color css
<style>
a { background-color: #BA7880; }
a { background-color: rgb(186,120,128); }
div.DivClassName
{
background-color: #BA7880;
}
.BgClassName
{
background-color: #BA7880;
}
</style>
border-color css
<style>
span { border-color: #BA7880; }
span { border-color: rgb(186,120,128); }
td.TdClassName
{
border-color: #BA7880;
}
.TagClassName
{
border-color: #BA7880;
}
</style>