Shades of Tapestry #BA688E
Tints of Tapestry #BA688E
RGB
CMYK
RGB Variations
Color information
#BA688E (or 0xBA688E) is known color: Tapestry. HEX triplet: BA, 68 and 8E. RGB value is (186,104,142). Sum of RGB (Red+Green+Blue) = 186+104+142=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688E is #459771. Grayscale: #848484. Windows color (decimal): -4560754 or 9332922. OLE color: 9332922.
HSL color Cylindrical-coordinate representation of color #BA688E: hue angle of 332.2º 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 #BA688E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 142 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.27 |
| HSL | 332.2º | 0.37% | 0.57% | - |
| HSV(B) | 332.2º | 0.44% | 0.73% | - |
| XYZ | 30.08 | 22.29 | 28.31 | - |
| YUV | 132.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 142 | 0 | 0.44 | 0.24 | 0.27 | 332.2 | 0.37 | 0.57 |
| Hex | BA | 68 | 8E | 0 | 2C | 18 | 1B | 14C | 25 | 39 |
| Octal | 272 | 150 | 216 | 0 | 54 | 30 | 33 | 514 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10001110 | 0 | 101100 | 11000 | 11011 | 101001100 | 100101 | 111001 |
Color Harmonies of #BA688E
Complementary color
Monochromatic Colors of #BA688E
Black with #BA688E
Text Example
Text Example
White with #BA688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA688E; }
p { color: rgb(186,104,142); }
H1.HeaderClassName
{
color: #BA688E;
}
.AnyTagClassName
{
color: #BA688E;
}
</style>
background-color css
<style>
a { background-color: #BA688E; }
a { background-color: rgb(186,104,142); }
div.DivClassName
{
background-color: #BA688E;
}
.BgClassName
{
background-color: #BA688E;
}
</style>
border-color css
<style>
span { border-color: #BA688E; }
span { border-color: rgb(186,104,142); }
td.TdClassName
{
border-color: #BA688E;
}
.TagClassName
{
border-color: #BA688E;
}
</style>