Shades of Tapestry #BA8188
Tints of Tapestry #BA8188
RGB
CMYK
RGB Variations
Color information
#BA8188 (or 0xBA8188) is known color: Tapestry. HEX triplet: BA, 81 and 88. RGB value is (186,129,136). Sum of RGB (Red+Green+Blue) = 186+129+136=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8188 is #457E77. Grayscale: #929292. Windows color (decimal): -4554360 or 8946106. OLE color: 8946106.
HSL color Cylindrical-coordinate representation of color #BA8188: hue angle of 352.63º degrees, saturation: 0.29, 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 #BA8188 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 136 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.27 |
| HSL | 352.63º | 0.29% | 0.62% | - |
| HSV(B) | 352.63º | 0.31% | 0.73% | - |
| XYZ | 32.54 | 27.92 | 26.97 | - |
| YUV | 146.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 136 | 0 | 0.31 | 0.27 | 0.27 | 352.63 | 0.29 | 0.62 |
| Hex | BA | 81 | 88 | 0 | 1F | 1B | 1B | 161 | 1D | 3E |
| Octal | 272 | 201 | 210 | 0 | 37 | 33 | 33 | 541 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10001000 | 0 | 11111 | 11011 | 11011 | 101100001 | 11101 | 111110 |
Color Harmonies of #BA8188
Complementary color
Monochromatic Colors of #BA8188
Black with #BA8188
Text Example
Text Example
White with #BA8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8188; }
p { color: rgb(186,129,136); }
H1.HeaderClassName
{
color: #BA8188;
}
.AnyTagClassName
{
color: #BA8188;
}
</style>
background-color css
<style>
a { background-color: #BA8188; }
a { background-color: rgb(186,129,136); }
div.DivClassName
{
background-color: #BA8188;
}
.BgClassName
{
background-color: #BA8188;
}
</style>
border-color css
<style>
span { border-color: #BA8188; }
span { border-color: rgb(186,129,136); }
td.TdClassName
{
border-color: #BA8188;
}
.TagClassName
{
border-color: #BA8188;
}
</style>