Shades of Tapestry #BA688C
Tints of Tapestry #BA688C
RGB
CMYK
RGB Variations
Color information
#BA688C (or 0xBA688C) is known color: Tapestry. HEX triplet: BA, 68 and 8C. RGB value is (186,104,140). Sum of RGB (Red+Green+Blue) = 186+104+140=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA688C is #459773. Grayscale: #848484. Windows color (decimal): -4560756 or 9201850. OLE color: 9201850.
HSL color Cylindrical-coordinate representation of color #BA688C: hue angle of 333.66º 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 #BA688C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 140 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.27 |
| HSL | 333.66º | 0.37% | 0.57% | - |
| HSV(B) | 333.66º | 0.44% | 0.73% | - |
| XYZ | 29.93 | 22.23 | 27.52 | - |
| YUV | 132.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 140 | 0 | 0.44 | 0.25 | 0.27 | 333.66 | 0.37 | 0.57 |
| Hex | BA | 68 | 8C | 0 | 2C | 19 | 1B | 14E | 25 | 39 |
| Octal | 272 | 150 | 214 | 0 | 54 | 31 | 33 | 516 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10001100 | 0 | 101100 | 11001 | 11011 | 101001110 | 100101 | 111001 |
Color Harmonies of #BA688C
Complementary color
Monochromatic Colors of #BA688C
Black with #BA688C
Text Example
Text Example
White with #BA688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA688C; }
p { color: rgb(186,104,140); }
H1.HeaderClassName
{
color: #BA688C;
}
.AnyTagClassName
{
color: #BA688C;
}
</style>
background-color css
<style>
a { background-color: #BA688C; }
a { background-color: rgb(186,104,140); }
div.DivClassName
{
background-color: #BA688C;
}
.BgClassName
{
background-color: #BA688C;
}
</style>
border-color css
<style>
span { border-color: #BA688C; }
span { border-color: rgb(186,104,140); }
td.TdClassName
{
border-color: #BA688C;
}
.TagClassName
{
border-color: #BA688C;
}
</style>