Shades of Tapestry #BA7D86
Tints of Tapestry #BA7D86
RGB
CMYK
RGB Variations
Color information
#BA7D86 (or 0xBA7D86) is known color: Tapestry. HEX triplet: BA, 7D and 86. RGB value is (186,125,134). Sum of RGB (Red+Green+Blue) = 186+125+134=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D86 is #458279. Grayscale: #909090. Windows color (decimal): -4555386 or 8814010. OLE color: 8814010.
HSL color Cylindrical-coordinate representation of color #BA7D86: hue angle of 351.15º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7D86 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 134 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.27 |
| HSL | 351.15º | 0.31% | 0.61% | - |
| HSV(B) | 351.15º | 0.33% | 0.73% | - |
| XYZ | 31.89 | 26.83 | 26.05 | - |
| YUV | 144.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 134 | 0 | 0.33 | 0.28 | 0.27 | 351.15 | 0.31 | 0.61 |
| Hex | BA | 7D | 86 | 0 | 21 | 1C | 1B | 15F | 1F | 3D |
| Octal | 272 | 175 | 206 | 0 | 41 | 34 | 33 | 537 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10000110 | 0 | 100001 | 11100 | 11011 | 101011111 | 11111 | 111101 |
Color Harmonies of #BA7D86
Complementary color
Monochromatic Colors of #BA7D86
Black with #BA7D86
Text Example
Text Example
White with #BA7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D86; }
p { color: rgb(186,125,134); }
H1.HeaderClassName
{
color: #BA7D86;
}
.AnyTagClassName
{
color: #BA7D86;
}
</style>
background-color css
<style>
a { background-color: #BA7D86; }
a { background-color: rgb(186,125,134); }
div.DivClassName
{
background-color: #BA7D86;
}
.BgClassName
{
background-color: #BA7D86;
}
</style>
border-color css
<style>
span { border-color: #BA7D86; }
span { border-color: rgb(186,125,134); }
td.TdClassName
{
border-color: #BA7D86;
}
.TagClassName
{
border-color: #BA7D86;
}
</style>