Shades of Tapestry #BA7E83
Tints of Tapestry #BA7E83
RGB
CMYK
RGB Variations
Color information
#BA7E83 (or 0xBA7E83) is known color: Tapestry. HEX triplet: BA, 7E and 83. RGB value is (186,126,131). Sum of RGB (Red+Green+Blue) = 186+126+131=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E83 is #45817C. Grayscale: #909090. Windows color (decimal): -4555133 or 8617658. OLE color: 8617658.
HSL color Cylindrical-coordinate representation of color #BA7E83: hue angle of 355º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E83 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 131 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.27 |
| HSL | 355º | 0.3% | 0.61% | - |
| HSV(B) | 355º | 0.32% | 0.73% | - |
| XYZ | 31.81 | 27 | 25.01 | - |
| YUV | 144.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 131 | 0 | 0.32 | 0.30 | 0.27 | 355 | 0.3 | 0.61 |
| Hex | BA | 7E | 83 | 0 | 20 | 1E | 1B | 163 | 1E | 3D |
| Octal | 272 | 176 | 203 | 0 | 40 | 36 | 33 | 543 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10000011 | 0 | 100000 | 11110 | 11011 | 101100011 | 11110 | 111101 |
Color Harmonies of #BA7E83
Complementary color
Monochromatic Colors of #BA7E83
Black with #BA7E83
Text Example
Text Example
White with #BA7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E83; }
p { color: rgb(186,126,131); }
H1.HeaderClassName
{
color: #BA7E83;
}
.AnyTagClassName
{
color: #BA7E83;
}
</style>
background-color css
<style>
a { background-color: #BA7E83; }
a { background-color: rgb(186,126,131); }
div.DivClassName
{
background-color: #BA7E83;
}
.BgClassName
{
background-color: #BA7E83;
}
</style>
border-color css
<style>
span { border-color: #BA7E83; }
span { border-color: rgb(186,126,131); }
td.TdClassName
{
border-color: #BA7E83;
}
.TagClassName
{
border-color: #BA7E83;
}
</style>