Shades of Tapestry #BA7A85
Tints of Tapestry #BA7A85
RGB
CMYK
RGB Variations
Color information
#BA7A85 (or 0xBA7A85) is known color: Tapestry. HEX triplet: BA, 7A and 85. RGB value is (186,122,133). Sum of RGB (Red+Green+Blue) = 186+122+133=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A85 is #45857A. Grayscale: #8E8E8E. Windows color (decimal): -4556155 or 8747706. OLE color: 8747706.
HSL color Cylindrical-coordinate representation of color #BA7A85: hue angle of 349.69º 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 #BA7A85 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 133 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.27 |
| HSL | 349.69º | 0.32% | 0.6% | - |
| HSV(B) | 349.69º | 0.34% | 0.73% | - |
| XYZ | 31.44 | 26.05 | 25.56 | - |
| YUV | 142.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 133 | 0 | 0.34 | 0.28 | 0.27 | 349.69 | 0.32 | 0.6 |
| Hex | BA | 7A | 85 | 0 | 22 | 1C | 1B | 15E | 20 | 3C |
| Octal | 272 | 172 | 205 | 0 | 42 | 34 | 33 | 536 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10000101 | 0 | 100010 | 11100 | 11011 | 101011110 | 100000 | 111100 |
Color Harmonies of #BA7A85
Complementary color
Monochromatic Colors of #BA7A85
Black with #BA7A85
Text Example
Text Example
White with #BA7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A85; }
p { color: rgb(186,122,133); }
H1.HeaderClassName
{
color: #BA7A85;
}
.AnyTagClassName
{
color: #BA7A85;
}
</style>
background-color css
<style>
a { background-color: #BA7A85; }
a { background-color: rgb(186,122,133); }
div.DivClassName
{
background-color: #BA7A85;
}
.BgClassName
{
background-color: #BA7A85;
}
</style>
border-color css
<style>
span { border-color: #BA7A85; }
span { border-color: rgb(186,122,133); }
td.TdClassName
{
border-color: #BA7A85;
}
.TagClassName
{
border-color: #BA7A85;
}
</style>