Shades of Tapestry #BA7592
Tints of Tapestry #BA7592
RGB
CMYK
RGB Variations
Color information
#BA7592 (or 0xBA7592) is known color: Tapestry. HEX triplet: BA, 75 and 92. RGB value is (186,117,146). Sum of RGB (Red+Green+Blue) = 186+117+146=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7592 is #458A6D. Grayscale: #8C8C8C. Windows color (decimal): -4557422 or 9598394. OLE color: 9598394.
HSL color Cylindrical-coordinate representation of color #BA7592: hue angle of 334.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7592 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 146 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.27 |
| HSL | 334.78º | 0.33% | 0.59% | - |
| HSV(B) | 334.78º | 0.37% | 0.73% | - |
| XYZ | 31.8 | 25.24 | 30.39 | - |
| YUV | 140.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 146 | 0 | 0.37 | 0.22 | 0.27 | 334.78 | 0.33 | 0.59 |
| Hex | BA | 75 | 92 | 0 | 25 | 16 | 1B | 14F | 21 | 3B |
| Octal | 272 | 165 | 222 | 0 | 45 | 26 | 33 | 517 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10010010 | 0 | 100101 | 10110 | 11011 | 101001111 | 100001 | 111011 |
Color Harmonies of #BA7592
Complementary color
Monochromatic Colors of #BA7592
Black with #BA7592
Text Example
Text Example
White with #BA7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7592; }
p { color: rgb(186,117,146); }
H1.HeaderClassName
{
color: #BA7592;
}
.AnyTagClassName
{
color: #BA7592;
}
</style>
background-color css
<style>
a { background-color: #BA7592; }
a { background-color: rgb(186,117,146); }
div.DivClassName
{
background-color: #BA7592;
}
.BgClassName
{
background-color: #BA7592;
}
</style>
border-color css
<style>
span { border-color: #BA7592; }
span { border-color: rgb(186,117,146); }
td.TdClassName
{
border-color: #BA7592;
}
.TagClassName
{
border-color: #BA7592;
}
</style>