Shades of Tapestry #BA747D
Tints of Tapestry #BA747D
RGB
CMYK
RGB Variations
Color information
#BA747D (or 0xBA747D) is known color: Tapestry. HEX triplet: BA, 74 and 7D. RGB value is (186,116,125). Sum of RGB (Red+Green+Blue) = 186+116+125=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA747D is #458B82. Grayscale: #898989. Windows color (decimal): -4557699 or 8221882. OLE color: 8221882.
HSL color Cylindrical-coordinate representation of color #BA747D: hue angle of 352.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA747D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 125 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.27 |
| HSL | 352.29º | 0.34% | 0.59% | - |
| HSV(B) | 352.29º | 0.38% | 0.73% | - |
| XYZ | 30.2 | 24.41 | 22.52 | - |
| YUV | 137.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 125 | 0 | 0.38 | 0.33 | 0.27 | 352.29 | 0.34 | 0.59 |
| Hex | BA | 74 | 7D | 0 | 26 | 21 | 1B | 160 | 22 | 3B |
| Octal | 272 | 164 | 175 | 0 | 46 | 41 | 33 | 540 | 42 | 73 |
| Binary | 10111010 | 1110100 | 1111101 | 0 | 100110 | 100001 | 11011 | 101100000 | 100010 | 111011 |
Color Harmonies of #BA747D
Complementary color
Monochromatic Colors of #BA747D
Black with #BA747D
Text Example
Text Example
White with #BA747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA747D; }
p { color: rgb(186,116,125); }
H1.HeaderClassName
{
color: #BA747D;
}
.AnyTagClassName
{
color: #BA747D;
}
</style>
background-color css
<style>
a { background-color: #BA747D; }
a { background-color: rgb(186,116,125); }
div.DivClassName
{
background-color: #BA747D;
}
.BgClassName
{
background-color: #BA747D;
}
</style>
border-color css
<style>
span { border-color: #BA747D; }
span { border-color: rgb(186,116,125); }
td.TdClassName
{
border-color: #BA747D;
}
.TagClassName
{
border-color: #BA747D;
}
</style>