Shades of Tapestry #BA7A7F
Tints of Tapestry #BA7A7F
RGB
CMYK
RGB Variations
Color information
#BA7A7F (or 0xBA7A7F) is known color: Tapestry. HEX triplet: BA, 7A and 7F. RGB value is (186,122,127). Sum of RGB (Red+Green+Blue) = 186+122+127=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7F is #458580. Grayscale: #8D8D8D. Windows color (decimal): -4556161 or 8354490. OLE color: 8354490.
HSL color Cylindrical-coordinate representation of color #BA7A7F: hue angle of 355.31º 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 #BA7A7F is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 127 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.27 |
| HSL | 355.31º | 0.32% | 0.6% | - |
| HSV(B) | 355.31º | 0.34% | 0.73% | - |
| XYZ | 31.04 | 25.89 | 23.44 | - |
| YUV | 141.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 127 | 0 | 0.34 | 0.32 | 0.27 | 355.31 | 0.32 | 0.6 |
| Hex | BA | 7A | 7F | 0 | 22 | 20 | 1B | 163 | 20 | 3C |
| Octal | 272 | 172 | 177 | 0 | 42 | 40 | 33 | 543 | 40 | 74 |
| Binary | 10111010 | 1111010 | 1111111 | 0 | 100010 | 100000 | 11011 | 101100011 | 100000 | 111100 |
Color Harmonies of #BA7A7F
Complementary color
Monochromatic Colors of #BA7A7F
Black with #BA7A7F
Text Example
Text Example
White with #BA7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A7F; }
p { color: rgb(186,122,127); }
H1.HeaderClassName
{
color: #BA7A7F;
}
.AnyTagClassName
{
color: #BA7A7F;
}
</style>
background-color css
<style>
a { background-color: #BA7A7F; }
a { background-color: rgb(186,122,127); }
div.DivClassName
{
background-color: #BA7A7F;
}
.BgClassName
{
background-color: #BA7A7F;
}
</style>
border-color css
<style>
span { border-color: #BA7A7F; }
span { border-color: rgb(186,122,127); }
td.TdClassName
{
border-color: #BA7A7F;
}
.TagClassName
{
border-color: #BA7A7F;
}
</style>