Shades of Tapestry #BA748E
Tints of Tapestry #BA748E
RGB
CMYK
RGB Variations
Color information
#BA748E (or 0xBA748E) is known color: Tapestry. HEX triplet: BA, 74 and 8E. RGB value is (186,116,142). Sum of RGB (Red+Green+Blue) = 186+116+142=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748E is #458B71. Grayscale: #8B8B8B. Windows color (decimal): -4557682 or 9335994. OLE color: 9335994.
HSL color Cylindrical-coordinate representation of color #BA748E: hue angle of 337.71º 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 #BA748E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 142 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.27 |
| HSL | 337.71º | 0.34% | 0.59% | - |
| HSV(B) | 337.71º | 0.38% | 0.73% | - |
| XYZ | 31.38 | 24.88 | 28.74 | - |
| YUV | 139.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 142 | 0 | 0.38 | 0.24 | 0.27 | 337.71 | 0.34 | 0.59 |
| Hex | BA | 74 | 8E | 0 | 26 | 18 | 1B | 152 | 22 | 3B |
| Octal | 272 | 164 | 216 | 0 | 46 | 30 | 33 | 522 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10001110 | 0 | 100110 | 11000 | 11011 | 101010010 | 100010 | 111011 |
Color Harmonies of #BA748E
Complementary color
Monochromatic Colors of #BA748E
Black with #BA748E
Text Example
Text Example
White with #BA748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA748E; }
p { color: rgb(186,116,142); }
H1.HeaderClassName
{
color: #BA748E;
}
.AnyTagClassName
{
color: #BA748E;
}
</style>
background-color css
<style>
a { background-color: #BA748E; }
a { background-color: rgb(186,116,142); }
div.DivClassName
{
background-color: #BA748E;
}
.BgClassName
{
background-color: #BA748E;
}
</style>
border-color css
<style>
span { border-color: #BA748E; }
span { border-color: rgb(186,116,142); }
td.TdClassName
{
border-color: #BA748E;
}
.TagClassName
{
border-color: #BA748E;
}
</style>