Shades of Tapestry #BA7E82
Tints of Tapestry #BA7E82
RGB
CMYK
RGB Variations
Color information
#BA7E82 (or 0xBA7E82) is known color: Tapestry. HEX triplet: BA, 7E and 82. RGB value is (186,126,130). Sum of RGB (Red+Green+Blue) = 186+126+130=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E82 is #45817D. Grayscale: #909090. Windows color (decimal): -4555134 or 8552122. OLE color: 8552122.
HSL color Cylindrical-coordinate representation of color #BA7E82: hue angle of 356º 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 #BA7E82 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 130 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.27 |
| HSL | 356º | 0.3% | 0.61% | - |
| HSV(B) | 356º | 0.32% | 0.73% | - |
| XYZ | 31.74 | 26.97 | 24.65 | - |
| YUV | 144.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 130 | 0 | 0.32 | 0.30 | 0.27 | 356 | 0.3 | 0.61 |
| Hex | BA | 7E | 82 | 0 | 20 | 1E | 1B | 164 | 1E | 3D |
| Octal | 272 | 176 | 202 | 0 | 40 | 36 | 33 | 544 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10000010 | 0 | 100000 | 11110 | 11011 | 101100100 | 11110 | 111101 |
Color Harmonies of #BA7E82
Complementary color
Monochromatic Colors of #BA7E82
Black with #BA7E82
Text Example
Text Example
White with #BA7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E82; }
p { color: rgb(186,126,130); }
H1.HeaderClassName
{
color: #BA7E82;
}
.AnyTagClassName
{
color: #BA7E82;
}
</style>
background-color css
<style>
a { background-color: #BA7E82; }
a { background-color: rgb(186,126,130); }
div.DivClassName
{
background-color: #BA7E82;
}
.BgClassName
{
background-color: #BA7E82;
}
</style>
border-color css
<style>
span { border-color: #BA7E82; }
span { border-color: rgb(186,126,130); }
td.TdClassName
{
border-color: #BA7E82;
}
.TagClassName
{
border-color: #BA7E82;
}
</style>