Shades of Tapestry #BA6877
Tints of Tapestry #BA6877
RGB
CMYK
RGB Variations
Color information
#BA6877 (or 0xBA6877) is known color: Tapestry. HEX triplet: BA, 68 and 77. RGB value is (186,104,119). Sum of RGB (Red+Green+Blue) = 186+104+119=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6877 is #459788. Grayscale: #828282. Windows color (decimal): -4560777 or 7825594. OLE color: 7825594.
HSL color Cylindrical-coordinate representation of color #BA6877: hue angle of 349.02º 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 #BA6877 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 119 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.27 |
| HSL | 349.02º | 0.37% | 0.57% | - |
| HSV(B) | 349.02º | 0.44% | 0.73% | - |
| XYZ | 28.53 | 21.67 | 20.13 | - |
| YUV | 130.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 119 | 0 | 0.44 | 0.36 | 0.27 | 349.02 | 0.37 | 0.57 |
| Hex | BA | 68 | 77 | 0 | 2C | 24 | 1B | 15D | 25 | 39 |
| Octal | 272 | 150 | 167 | 0 | 54 | 44 | 33 | 535 | 45 | 71 |
| Binary | 10111010 | 1101000 | 1110111 | 0 | 101100 | 100100 | 11011 | 101011101 | 100101 | 111001 |
Color Harmonies of #BA6877
Complementary color
Monochromatic Colors of #BA6877
Black with #BA6877
Text Example
Text Example
White with #BA6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6877; }
p { color: rgb(186,104,119); }
H1.HeaderClassName
{
color: #BA6877;
}
.AnyTagClassName
{
color: #BA6877;
}
</style>
background-color css
<style>
a { background-color: #BA6877; }
a { background-color: rgb(186,104,119); }
div.DivClassName
{
background-color: #BA6877;
}
.BgClassName
{
background-color: #BA6877;
}
</style>
border-color css
<style>
span { border-color: #BA6877; }
span { border-color: rgb(186,104,119); }
td.TdClassName
{
border-color: #BA6877;
}
.TagClassName
{
border-color: #BA6877;
}
</style>