Shades of Tapestry #BA7382
Tints of Tapestry #BA7382
RGB
CMYK
RGB Variations
Color information
#BA7382 (or 0xBA7382) is known color: Tapestry. HEX triplet: BA, 73 and 82. RGB value is (186,115,130). Sum of RGB (Red+Green+Blue) = 186+115+130=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7382 is #458C7D. Grayscale: #898989. Windows color (decimal): -4557950 or 8549306. OLE color: 8549306.
HSL color Cylindrical-coordinate representation of color #BA7382: hue angle of 347.32º 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 #BA7382 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 130 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.27 |
| HSL | 347.32º | 0.34% | 0.59% | - |
| HSV(B) | 347.32º | 0.38% | 0.73% | - |
| XYZ | 30.41 | 24.31 | 24.21 | - |
| YUV | 137.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 130 | 0 | 0.38 | 0.30 | 0.27 | 347.32 | 0.34 | 0.59 |
| Hex | BA | 73 | 82 | 0 | 26 | 1E | 1B | 15B | 22 | 3B |
| Octal | 272 | 163 | 202 | 0 | 46 | 36 | 33 | 533 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10000010 | 0 | 100110 | 11110 | 11011 | 101011011 | 100010 | 111011 |
Color Harmonies of #BA7382
Complementary color
Monochromatic Colors of #BA7382
Black with #BA7382
Text Example
Text Example
White with #BA7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7382; }
p { color: rgb(186,115,130); }
H1.HeaderClassName
{
color: #BA7382;
}
.AnyTagClassName
{
color: #BA7382;
}
</style>
background-color css
<style>
a { background-color: #BA7382; }
a { background-color: rgb(186,115,130); }
div.DivClassName
{
background-color: #BA7382;
}
.BgClassName
{
background-color: #BA7382;
}
</style>
border-color css
<style>
span { border-color: #BA7382; }
span { border-color: rgb(186,115,130); }
td.TdClassName
{
border-color: #BA7382;
}
.TagClassName
{
border-color: #BA7382;
}
</style>