Shades of Tapestry #BA6C77
Tints of Tapestry #BA6C77
RGB
CMYK
RGB Variations
Color information
#BA6C77 (or 0xBA6C77) is known color: Tapestry. HEX triplet: BA, 6C and 77. RGB value is (186,108,119). Sum of RGB (Red+Green+Blue) = 186+108+119=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C77 is #459388. Grayscale: #848484. Windows color (decimal): -4559753 or 7826618. OLE color: 7826618.
HSL color Cylindrical-coordinate representation of color #BA6C77: hue angle of 351.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6C77 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 119 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.27 |
| HSL | 351.54º | 0.36% | 0.58% | - |
| HSV(B) | 351.54º | 0.42% | 0.73% | - |
| XYZ | 28.94 | 22.5 | 20.27 | - |
| YUV | 132.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 119 | 0 | 0.42 | 0.36 | 0.27 | 351.54 | 0.36 | 0.58 |
| Hex | BA | 6C | 77 | 0 | 2A | 24 | 1B | 160 | 24 | 3A |
| Octal | 272 | 154 | 167 | 0 | 52 | 44 | 33 | 540 | 44 | 72 |
| Binary | 10111010 | 1101100 | 1110111 | 0 | 101010 | 100100 | 11011 | 101100000 | 100100 | 111010 |
Color Harmonies of #BA6C77
Complementary color
Monochromatic Colors of #BA6C77
Black with #BA6C77
Text Example
Text Example
White with #BA6C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C77; }
p { color: rgb(186,108,119); }
H1.HeaderClassName
{
color: #BA6C77;
}
.AnyTagClassName
{
color: #BA6C77;
}
</style>
background-color css
<style>
a { background-color: #BA6C77; }
a { background-color: rgb(186,108,119); }
div.DivClassName
{
background-color: #BA6C77;
}
.BgClassName
{
background-color: #BA6C77;
}
</style>
border-color css
<style>
span { border-color: #BA6C77; }
span { border-color: rgb(186,108,119); }
td.TdClassName
{
border-color: #BA6C77;
}
.TagClassName
{
border-color: #BA6C77;
}
</style>