Shades of Tapestry #BA7A80
Tints of Tapestry #BA7A80
RGB
CMYK
RGB Variations
Color information
#BA7A80 (or 0xBA7A80) is known color: Tapestry. HEX triplet: BA, 7A and 80. RGB value is (186,122,128). Sum of RGB (Red+Green+Blue) = 186+122+128=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A80 is #45857F. Grayscale: #8D8D8D. Windows color (decimal): -4556160 or 8420026. OLE color: 8420026.
HSL color Cylindrical-coordinate representation of color #BA7A80: hue angle of 354.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A80 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 128 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.27 |
| HSL | 354.38º | 0.32% | 0.6% | - |
| HSV(B) | 354.38º | 0.34% | 0.73% | - |
| XYZ | 31.11 | 25.92 | 23.79 | - |
| YUV | 141.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 128 | 0 | 0.34 | 0.31 | 0.27 | 354.38 | 0.32 | 0.6 |
| Hex | BA | 7A | 80 | 0 | 22 | 1F | 1B | 162 | 20 | 3C |
| Octal | 272 | 172 | 200 | 0 | 42 | 37 | 33 | 542 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10000000 | 0 | 100010 | 11111 | 11011 | 101100010 | 100000 | 111100 |
Color Harmonies of #BA7A80
Complementary color
Monochromatic Colors of #BA7A80
Black with #BA7A80
Text Example
Text Example
White with #BA7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A80; }
p { color: rgb(186,122,128); }
H1.HeaderClassName
{
color: #BA7A80;
}
.AnyTagClassName
{
color: #BA7A80;
}
</style>
background-color css
<style>
a { background-color: #BA7A80; }
a { background-color: rgb(186,122,128); }
div.DivClassName
{
background-color: #BA7A80;
}
.BgClassName
{
background-color: #BA7A80;
}
</style>
border-color css
<style>
span { border-color: #BA7A80; }
span { border-color: rgb(186,122,128); }
td.TdClassName
{
border-color: #BA7A80;
}
.TagClassName
{
border-color: #BA7A80;
}
</style>