Shades of Tapestry #BA8386
Tints of Tapestry #BA8386
RGB
CMYK
RGB Variations
Color information
#BA8386 (or 0xBA8386) is known color: Tapestry. HEX triplet: BA, 83 and 86. RGB value is (186,131,134). Sum of RGB (Red+Green+Blue) = 186+131+134=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8386 is #457C79. Grayscale: #939393. Windows color (decimal): -4553850 or 8815546. OLE color: 8815546.
HSL color Cylindrical-coordinate representation of color #BA8386: hue angle of 356.73º 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 #BA8386 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 134 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.27 |
| HSL | 356.73º | 0.28% | 0.62% | - |
| HSV(B) | 356.73º | 0.3% | 0.73% | - |
| XYZ | 32.67 | 28.39 | 26.31 | - |
| YUV | 147.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 134 | 0 | 0.30 | 0.28 | 0.27 | 356.73 | 0.28 | 0.62 |
| Hex | BA | 83 | 86 | 0 | 1E | 1C | 1B | 165 | 1C | 3E |
| Octal | 272 | 203 | 206 | 0 | 36 | 34 | 33 | 545 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10000110 | 0 | 11110 | 11100 | 11011 | 101100101 | 11100 | 111110 |
Color Harmonies of #BA8386
Complementary color
Monochromatic Colors of #BA8386
Black with #BA8386
Text Example
Text Example
White with #BA8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8386; }
p { color: rgb(186,131,134); }
H1.HeaderClassName
{
color: #BA8386;
}
.AnyTagClassName
{
color: #BA8386;
}
</style>
background-color css
<style>
a { background-color: #BA8386; }
a { background-color: rgb(186,131,134); }
div.DivClassName
{
background-color: #BA8386;
}
.BgClassName
{
background-color: #BA8386;
}
</style>
border-color css
<style>
span { border-color: #BA8386; }
span { border-color: rgb(186,131,134); }
td.TdClassName
{
border-color: #BA8386;
}
.TagClassName
{
border-color: #BA8386;
}
</style>