Shades of Tapestry #BA7C84
Tints of Tapestry #BA7C84
RGB
CMYK
RGB Variations
Color information
#BA7C84 (or 0xBA7C84) is known color: Tapestry. HEX triplet: BA, 7C and 84. RGB value is (186,124,132). Sum of RGB (Red+Green+Blue) = 186+124+132=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C84 is #45837B. Grayscale: #8F8F8F. Windows color (decimal): -4555644 or 8682682. OLE color: 8682682.
HSL color Cylindrical-coordinate representation of color #BA7C84: hue angle of 352.26º 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 #BA7C84 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 132 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.27 |
| HSL | 352.26º | 0.31% | 0.61% | - |
| HSV(B) | 352.26º | 0.33% | 0.73% | - |
| XYZ | 31.62 | 26.52 | 25.28 | - |
| YUV | 143.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 132 | 0 | 0.33 | 0.29 | 0.27 | 352.26 | 0.31 | 0.61 |
| Hex | BA | 7C | 84 | 0 | 21 | 1D | 1B | 160 | 1F | 3D |
| Octal | 272 | 174 | 204 | 0 | 41 | 35 | 33 | 540 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10000100 | 0 | 100001 | 11101 | 11011 | 101100000 | 11111 | 111101 |
Color Harmonies of #BA7C84
Complementary color
Monochromatic Colors of #BA7C84
Black with #BA7C84
Text Example
Text Example
White with #BA7C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C84; }
p { color: rgb(186,124,132); }
H1.HeaderClassName
{
color: #BA7C84;
}
.AnyTagClassName
{
color: #BA7C84;
}
</style>
background-color css
<style>
a { background-color: #BA7C84; }
a { background-color: rgb(186,124,132); }
div.DivClassName
{
background-color: #BA7C84;
}
.BgClassName
{
background-color: #BA7C84;
}
</style>
border-color css
<style>
span { border-color: #BA7C84; }
span { border-color: rgb(186,124,132); }
td.TdClassName
{
border-color: #BA7C84;
}
.TagClassName
{
border-color: #BA7C84;
}
</style>