Shades of Tapestry #BA7290
Tints of Tapestry #BA7290
RGB
CMYK
RGB Variations
Color information
#BA7290 (or 0xBA7290) is known color: Tapestry. HEX triplet: BA, 72 and 90. RGB value is (186,114,144). Sum of RGB (Red+Green+Blue) = 186+114+144=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7290 is #458D6F. Grayscale: #8A8A8A. Windows color (decimal): -4558192 or 9466554. OLE color: 9466554.
HSL color Cylindrical-coordinate representation of color #BA7290: hue angle of 335º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7290 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 144 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.27 |
| HSL | 335º | 0.34% | 0.59% | - |
| HSV(B) | 335º | 0.39% | 0.73% | - |
| XYZ | 31.3 | 24.49 | 29.46 | - |
| YUV | 138.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 144 | 0 | 0.39 | 0.23 | 0.27 | 335 | 0.34 | 0.59 |
| Hex | BA | 72 | 90 | 0 | 27 | 17 | 1B | 14F | 22 | 3B |
| Octal | 272 | 162 | 220 | 0 | 47 | 27 | 33 | 517 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10010000 | 0 | 100111 | 10111 | 11011 | 101001111 | 100010 | 111011 |
Color Harmonies of #BA7290
Complementary color
Monochromatic Colors of #BA7290
Black with #BA7290
Text Example
Text Example
White with #BA7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7290; }
p { color: rgb(186,114,144); }
H1.HeaderClassName
{
color: #BA7290;
}
.AnyTagClassName
{
color: #BA7290;
}
</style>
background-color css
<style>
a { background-color: #BA7290; }
a { background-color: rgb(186,114,144); }
div.DivClassName
{
background-color: #BA7290;
}
.BgClassName
{
background-color: #BA7290;
}
</style>
border-color css
<style>
span { border-color: #BA7290; }
span { border-color: rgb(186,114,144); }
td.TdClassName
{
border-color: #BA7290;
}
.TagClassName
{
border-color: #BA7290;
}
</style>