Shades of Tapestry #BA7291
Tints of Tapestry #BA7291
RGB
CMYK
RGB Variations
Color information
#BA7291 (or 0xBA7291) is known color: Tapestry. HEX triplet: BA, 72 and 91. RGB value is (186,114,145). Sum of RGB (Red+Green+Blue) = 186+114+145=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7291 is #458D6E. Grayscale: #8B8B8B. Windows color (decimal): -4558191 or 9532090. OLE color: 9532090.
HSL color Cylindrical-coordinate representation of color #BA7291: hue angle of 334.17º 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 #BA7291 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 145 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.27 |
| HSL | 334.17º | 0.34% | 0.59% | - |
| HSV(B) | 334.17º | 0.39% | 0.73% | - |
| XYZ | 31.38 | 24.52 | 29.87 | - |
| YUV | 139.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 145 | 0 | 0.39 | 0.22 | 0.27 | 334.17 | 0.34 | 0.59 |
| Hex | BA | 72 | 91 | 0 | 27 | 16 | 1B | 14E | 22 | 3B |
| Octal | 272 | 162 | 221 | 0 | 47 | 26 | 33 | 516 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10010001 | 0 | 100111 | 10110 | 11011 | 101001110 | 100010 | 111011 |
Color Harmonies of #BA7291
Complementary color
Monochromatic Colors of #BA7291
Black with #BA7291
Text Example
Text Example
White with #BA7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7291; }
p { color: rgb(186,114,145); }
H1.HeaderClassName
{
color: #BA7291;
}
.AnyTagClassName
{
color: #BA7291;
}
</style>
background-color css
<style>
a { background-color: #BA7291; }
a { background-color: rgb(186,114,145); }
div.DivClassName
{
background-color: #BA7291;
}
.BgClassName
{
background-color: #BA7291;
}
</style>
border-color css
<style>
span { border-color: #BA7291; }
span { border-color: rgb(186,114,145); }
td.TdClassName
{
border-color: #BA7291;
}
.TagClassName
{
border-color: #BA7291;
}
</style>