Shades of Tapestry #BA7D84
Tints of Tapestry #BA7D84
RGB
CMYK
RGB Variations
Color information
#BA7D84 (or 0xBA7D84) is known color: Tapestry. HEX triplet: BA, 7D and 84. RGB value is (186,125,132). Sum of RGB (Red+Green+Blue) = 186+125+132=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D84 is #45827B. Grayscale: #909090. Windows color (decimal): -4555388 or 8682938. OLE color: 8682938.
HSL color Cylindrical-coordinate representation of color #BA7D84: hue angle of 353.11º 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 #BA7D84 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 132 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.27 |
| HSL | 353.11º | 0.31% | 0.61% | - |
| HSV(B) | 353.11º | 0.33% | 0.73% | - |
| XYZ | 31.75 | 26.77 | 25.32 | - |
| YUV | 144.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 132 | 0 | 0.33 | 0.29 | 0.27 | 353.11 | 0.31 | 0.61 |
| Hex | BA | 7D | 84 | 0 | 21 | 1D | 1B | 161 | 1F | 3D |
| Octal | 272 | 175 | 204 | 0 | 41 | 35 | 33 | 541 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10000100 | 0 | 100001 | 11101 | 11011 | 101100001 | 11111 | 111101 |
Color Harmonies of #BA7D84
Complementary color
Monochromatic Colors of #BA7D84
Black with #BA7D84
Text Example
Text Example
White with #BA7D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D84; }
p { color: rgb(186,125,132); }
H1.HeaderClassName
{
color: #BA7D84;
}
.AnyTagClassName
{
color: #BA7D84;
}
</style>
background-color css
<style>
a { background-color: #BA7D84; }
a { background-color: rgb(186,125,132); }
div.DivClassName
{
background-color: #BA7D84;
}
.BgClassName
{
background-color: #BA7D84;
}
</style>
border-color css
<style>
span { border-color: #BA7D84; }
span { border-color: rgb(186,125,132); }
td.TdClassName
{
border-color: #BA7D84;
}
.TagClassName
{
border-color: #BA7D84;
}
</style>