Shades of Tapestry #BA8088
Tints of Tapestry #BA8088
RGB
CMYK
RGB Variations
Color information
#BA8088 (or 0xBA8088) is known color: Tapestry. HEX triplet: BA, 80 and 88. RGB value is (186,128,136). Sum of RGB (Red+Green+Blue) = 186+128+136=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8088 is #457F77. Grayscale: #929292. Windows color (decimal): -4554616 or 8945850. OLE color: 8945850.
HSL color Cylindrical-coordinate representation of color #BA8088: hue angle of 351.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8088 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 136 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.27 |
| HSL | 351.72º | 0.3% | 0.62% | - |
| HSV(B) | 351.72º | 0.31% | 0.73% | - |
| XYZ | 32.41 | 27.66 | 26.92 | - |
| YUV | 146.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 136 | 0 | 0.31 | 0.27 | 0.27 | 351.72 | 0.3 | 0.62 |
| Hex | BA | 80 | 88 | 0 | 1F | 1B | 1B | 160 | 1E | 3E |
| Octal | 272 | 200 | 210 | 0 | 37 | 33 | 33 | 540 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10001000 | 0 | 11111 | 11011 | 11011 | 101100000 | 11110 | 111110 |
Color Harmonies of #BA8088
Complementary color
Monochromatic Colors of #BA8088
Black with #BA8088
Text Example
Text Example
White with #BA8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8088; }
p { color: rgb(186,128,136); }
H1.HeaderClassName
{
color: #BA8088;
}
.AnyTagClassName
{
color: #BA8088;
}
</style>
background-color css
<style>
a { background-color: #BA8088; }
a { background-color: rgb(186,128,136); }
div.DivClassName
{
background-color: #BA8088;
}
.BgClassName
{
background-color: #BA8088;
}
</style>
border-color css
<style>
span { border-color: #BA8088; }
span { border-color: rgb(186,128,136); }
td.TdClassName
{
border-color: #BA8088;
}
.TagClassName
{
border-color: #BA8088;
}
</style>