Shades of Tapestry #BA7384
Tints of Tapestry #BA7384
RGB
CMYK
RGB Variations
Color information
#BA7384 (or 0xBA7384) is known color: Tapestry. HEX triplet: BA, 73 and 84. RGB value is (186,115,132). Sum of RGB (Red+Green+Blue) = 186+115+132=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7384 is #458C7B. Grayscale: #8A8A8A. Windows color (decimal): -4557948 or 8680378. OLE color: 8680378.
HSL color Cylindrical-coordinate representation of color #BA7384: hue angle of 345.63º 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 #BA7384 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 132 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.27 |
| HSL | 345.63º | 0.34% | 0.59% | - |
| HSV(B) | 345.63º | 0.38% | 0.73% | - |
| XYZ | 30.55 | 24.37 | 24.92 | - |
| YUV | 138.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 132 | 0 | 0.38 | 0.29 | 0.27 | 345.63 | 0.34 | 0.59 |
| Hex | BA | 73 | 84 | 0 | 26 | 1D | 1B | 15A | 22 | 3B |
| Octal | 272 | 163 | 204 | 0 | 46 | 35 | 33 | 532 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10000100 | 0 | 100110 | 11101 | 11011 | 101011010 | 100010 | 111011 |
Color Harmonies of #BA7384
Complementary color
Monochromatic Colors of #BA7384
Black with #BA7384
Text Example
Text Example
White with #BA7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7384; }
p { color: rgb(186,115,132); }
H1.HeaderClassName
{
color: #BA7384;
}
.AnyTagClassName
{
color: #BA7384;
}
</style>
background-color css
<style>
a { background-color: #BA7384; }
a { background-color: rgb(186,115,132); }
div.DivClassName
{
background-color: #BA7384;
}
.BgClassName
{
background-color: #BA7384;
}
</style>
border-color css
<style>
span { border-color: #BA7384; }
span { border-color: rgb(186,115,132); }
td.TdClassName
{
border-color: #BA7384;
}
.TagClassName
{
border-color: #BA7384;
}
</style>