Shades of Tapestry #BA7188
Tints of Tapestry #BA7188
RGB
CMYK
RGB Variations
Color information
#BA7188 (or 0xBA7188) is known color: Tapestry. HEX triplet: BA, 71 and 88. RGB value is (186,113,136). Sum of RGB (Red+Green+Blue) = 186+113+136=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7188 is #458E77. Grayscale: #898989. Windows color (decimal): -4558456 or 8942010. OLE color: 8942010.
HSL color Cylindrical-coordinate representation of color #BA7188: hue angle of 341.1º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7188 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 136 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.27 |
| HSL | 341.1º | 0.35% | 0.59% | - |
| HSV(B) | 341.1º | 0.39% | 0.73% | - |
| XYZ | 30.6 | 24.03 | 26.32 | - |
| YUV | 137.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 136 | 0 | 0.39 | 0.27 | 0.27 | 341.1 | 0.35 | 0.59 |
| Hex | BA | 71 | 88 | 0 | 27 | 1B | 1B | 155 | 23 | 3B |
| Octal | 272 | 161 | 210 | 0 | 47 | 33 | 33 | 525 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10001000 | 0 | 100111 | 11011 | 11011 | 101010101 | 100011 | 111011 |
Color Harmonies of #BA7188
Complementary color
Monochromatic Colors of #BA7188
Black with #BA7188
Text Example
Text Example
White with #BA7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7188; }
p { color: rgb(186,113,136); }
H1.HeaderClassName
{
color: #BA7188;
}
.AnyTagClassName
{
color: #BA7188;
}
</style>
background-color css
<style>
a { background-color: #BA7188; }
a { background-color: rgb(186,113,136); }
div.DivClassName
{
background-color: #BA7188;
}
.BgClassName
{
background-color: #BA7188;
}
</style>
border-color css
<style>
span { border-color: #BA7188; }
span { border-color: rgb(186,113,136); }
td.TdClassName
{
border-color: #BA7188;
}
.TagClassName
{
border-color: #BA7188;
}
</style>