Shades of Tapestry #BA6979
Tints of Tapestry #BA6979
RGB
CMYK
RGB Variations
Color information
#BA6979 (or 0xBA6979) is known color: Tapestry. HEX triplet: BA, 69 and 79. RGB value is (186,105,121). Sum of RGB (Red+Green+Blue) = 186+105+121=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6979 is #459686. Grayscale: #838383. Windows color (decimal): -4560519 or 7956922. OLE color: 7956922.
HSL color Cylindrical-coordinate representation of color #BA6979: hue angle of 348.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6979 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 121 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.27 |
| HSL | 348.15º | 0.37% | 0.57% | - |
| HSV(B) | 348.15º | 0.44% | 0.73% | - |
| XYZ | 28.75 | 21.92 | 20.81 | - |
| YUV | 131.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 121 | 0 | 0.44 | 0.35 | 0.27 | 348.15 | 0.37 | 0.57 |
| Hex | BA | 69 | 79 | 0 | 2C | 23 | 1B | 15C | 25 | 39 |
| Octal | 272 | 151 | 171 | 0 | 54 | 43 | 33 | 534 | 45 | 71 |
| Binary | 10111010 | 1101001 | 1111001 | 0 | 101100 | 100011 | 11011 | 101011100 | 100101 | 111001 |
Color Harmonies of #BA6979
Complementary color
Monochromatic Colors of #BA6979
Black with #BA6979
Text Example
Text Example
White with #BA6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6979; }
p { color: rgb(186,105,121); }
H1.HeaderClassName
{
color: #BA6979;
}
.AnyTagClassName
{
color: #BA6979;
}
</style>
background-color css
<style>
a { background-color: #BA6979; }
a { background-color: rgb(186,105,121); }
div.DivClassName
{
background-color: #BA6979;
}
.BgClassName
{
background-color: #BA6979;
}
</style>
border-color css
<style>
span { border-color: #BA6979; }
span { border-color: rgb(186,105,121); }
td.TdClassName
{
border-color: #BA6979;
}
.TagClassName
{
border-color: #BA6979;
}
</style>