Shades of Tapestry #BA6888
Tints of Tapestry #BA6888
RGB
CMYK
RGB Variations
Color information
#BA6888 (or 0xBA6888) is known color: Tapestry. HEX triplet: BA, 68 and 88. RGB value is (186,104,136). Sum of RGB (Red+Green+Blue) = 186+104+136=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6888 is #459777. Grayscale: #848484. Windows color (decimal): -4560760 or 8939706. OLE color: 8939706.
HSL color Cylindrical-coordinate representation of color #BA6888: hue angle of 336.59º 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 #BA6888 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 136 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.27 |
| HSL | 336.59º | 0.37% | 0.57% | - |
| HSV(B) | 336.59º | 0.44% | 0.73% | - |
| XYZ | 29.64 | 22.12 | 26 | - |
| YUV | 132.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 136 | 0 | 0.44 | 0.27 | 0.27 | 336.59 | 0.37 | 0.57 |
| Hex | BA | 68 | 88 | 0 | 2C | 1B | 1B | 151 | 25 | 39 |
| Octal | 272 | 150 | 210 | 0 | 54 | 33 | 33 | 521 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10001000 | 0 | 101100 | 11011 | 11011 | 101010001 | 100101 | 111001 |
Color Harmonies of #BA6888
Complementary color
Monochromatic Colors of #BA6888
Black with #BA6888
Text Example
Text Example
White with #BA6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6888; }
p { color: rgb(186,104,136); }
H1.HeaderClassName
{
color: #BA6888;
}
.AnyTagClassName
{
color: #BA6888;
}
</style>
background-color css
<style>
a { background-color: #BA6888; }
a { background-color: rgb(186,104,136); }
div.DivClassName
{
background-color: #BA6888;
}
.BgClassName
{
background-color: #BA6888;
}
</style>
border-color css
<style>
span { border-color: #BA6888; }
span { border-color: rgb(186,104,136); }
td.TdClassName
{
border-color: #BA6888;
}
.TagClassName
{
border-color: #BA6888;
}
</style>