Shades of Tapestry #BA8388
Tints of Tapestry #BA8388
RGB
CMYK
RGB Variations
Color information
#BA8388 (or 0xBA8388) is known color: Tapestry. HEX triplet: BA, 83 and 88. RGB value is (186,131,136). Sum of RGB (Red+Green+Blue) = 186+131+136=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8388 is #457C77. Grayscale: #949494. Windows color (decimal): -4553848 or 8946618. OLE color: 8946618.
HSL color Cylindrical-coordinate representation of color #BA8388: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8388 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 136 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.27 |
| HSL | 354.55º | 0.28% | 0.62% | - |
| HSV(B) | 354.55º | 0.3% | 0.73% | - |
| XYZ | 32.81 | 28.45 | 27.05 | - |
| YUV | 148.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 136 | 0 | 0.30 | 0.27 | 0.27 | 354.55 | 0.28 | 0.62 |
| Hex | BA | 83 | 88 | 0 | 1E | 1B | 1B | 163 | 1C | 3E |
| Octal | 272 | 203 | 210 | 0 | 36 | 33 | 33 | 543 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10001000 | 0 | 11110 | 11011 | 11011 | 101100011 | 11100 | 111110 |
Color Harmonies of #BA8388
Complementary color
Monochromatic Colors of #BA8388
Black with #BA8388
Text Example
Text Example
White with #BA8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8388; }
p { color: rgb(186,131,136); }
H1.HeaderClassName
{
color: #BA8388;
}
.AnyTagClassName
{
color: #BA8388;
}
</style>
background-color css
<style>
a { background-color: #BA8388; }
a { background-color: rgb(186,131,136); }
div.DivClassName
{
background-color: #BA8388;
}
.BgClassName
{
background-color: #BA8388;
}
</style>
border-color css
<style>
span { border-color: #BA8388; }
span { border-color: rgb(186,131,136); }
td.TdClassName
{
border-color: #BA8388;
}
.TagClassName
{
border-color: #BA8388;
}
</style>