Shades of Tapestry #BA7286
Tints of Tapestry #BA7286
RGB
CMYK
RGB Variations
Color information
#BA7286 (or 0xBA7286) is known color: Tapestry. HEX triplet: BA, 72 and 86. RGB value is (186,114,134). Sum of RGB (Red+Green+Blue) = 186+114+134=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7286 is #458D79. Grayscale: #898989. Windows color (decimal): -4558202 or 8811194. OLE color: 8811194.
HSL color Cylindrical-coordinate representation of color #BA7286: hue angle of 343.33º degrees, saturation: 0.34, 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 #BA7286 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 134 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.27 |
| HSL | 343.33º | 0.34% | 0.59% | - |
| HSV(B) | 343.33º | 0.39% | 0.73% | - |
| XYZ | 30.57 | 24.19 | 25.61 | - |
| YUV | 137.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 134 | 0 | 0.39 | 0.28 | 0.27 | 343.33 | 0.34 | 0.59 |
| Hex | BA | 72 | 86 | 0 | 27 | 1C | 1B | 157 | 22 | 3B |
| Octal | 272 | 162 | 206 | 0 | 47 | 34 | 33 | 527 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10000110 | 0 | 100111 | 11100 | 11011 | 101010111 | 100010 | 111011 |
Color Harmonies of #BA7286
Complementary color
Monochromatic Colors of #BA7286
Black with #BA7286
Text Example
Text Example
White with #BA7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7286; }
p { color: rgb(186,114,134); }
H1.HeaderClassName
{
color: #BA7286;
}
.AnyTagClassName
{
color: #BA7286;
}
</style>
background-color css
<style>
a { background-color: #BA7286; }
a { background-color: rgb(186,114,134); }
div.DivClassName
{
background-color: #BA7286;
}
.BgClassName
{
background-color: #BA7286;
}
</style>
border-color css
<style>
span { border-color: #BA7286; }
span { border-color: rgb(186,114,134); }
td.TdClassName
{
border-color: #BA7286;
}
.TagClassName
{
border-color: #BA7286;
}
</style>