Shades of Tapestry #BA7A7E
Tints of Tapestry #BA7A7E
RGB
CMYK
RGB Variations
Color information
#BA7A7E (or 0xBA7A7E) is known color: Tapestry. HEX triplet: BA, 7A and 7E. RGB value is (186,122,126). Sum of RGB (Red+Green+Blue) = 186+122+126=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7E is #458581. Grayscale: #8D8D8D. Windows color (decimal): -4556162 or 8288954. OLE color: 8288954.
HSL color Cylindrical-coordinate representation of color #BA7A7E: hue angle of 356.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A7E is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 126 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.27 |
| HSL | 356.25º | 0.32% | 0.6% | - |
| HSV(B) | 356.25º | 0.34% | 0.73% | - |
| XYZ | 30.98 | 25.86 | 23.1 | - |
| YUV | 141.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 126 | 0 | 0.34 | 0.32 | 0.27 | 356.25 | 0.32 | 0.6 |
| Hex | BA | 7A | 7E | 0 | 22 | 20 | 1B | 164 | 20 | 3C |
| Octal | 272 | 172 | 176 | 0 | 42 | 40 | 33 | 544 | 40 | 74 |
| Binary | 10111010 | 1111010 | 1111110 | 0 | 100010 | 100000 | 11011 | 101100100 | 100000 | 111100 |
Color Harmonies of #BA7A7E
Complementary color
Monochromatic Colors of #BA7A7E
Black with #BA7A7E
Text Example
Text Example
White with #BA7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A7E; }
p { color: rgb(186,122,126); }
H1.HeaderClassName
{
color: #BA7A7E;
}
.AnyTagClassName
{
color: #BA7A7E;
}
</style>
background-color css
<style>
a { background-color: #BA7A7E; }
a { background-color: rgb(186,122,126); }
div.DivClassName
{
background-color: #BA7A7E;
}
.BgClassName
{
background-color: #BA7A7E;
}
</style>
border-color css
<style>
span { border-color: #BA7A7E; }
span { border-color: rgb(186,122,126); }
td.TdClassName
{
border-color: #BA7A7E;
}
.TagClassName
{
border-color: #BA7A7E;
}
</style>