Shades of Tapestry #BA7284
Tints of Tapestry #BA7284
RGB
CMYK
RGB Variations
Color information
#BA7284 (or 0xBA7284) is known color: Tapestry. HEX triplet: BA, 72 and 84. RGB value is (186,114,132). Sum of RGB (Red+Green+Blue) = 186+114+132=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7284 is #458D7B. Grayscale: #898989. Windows color (decimal): -4558204 or 8680122. OLE color: 8680122.
HSL color Cylindrical-coordinate representation of color #BA7284: hue angle of 345º 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 #BA7284 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 132 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.27 |
| HSL | 345º | 0.34% | 0.59% | - |
| HSV(B) | 345º | 0.39% | 0.73% | - |
| XYZ | 30.43 | 24.14 | 24.89 | - |
| YUV | 137.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 132 | 0 | 0.39 | 0.29 | 0.27 | 345 | 0.34 | 0.59 |
| Hex | BA | 72 | 84 | 0 | 27 | 1D | 1B | 159 | 22 | 3B |
| Octal | 272 | 162 | 204 | 0 | 47 | 35 | 33 | 531 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10000100 | 0 | 100111 | 11101 | 11011 | 101011001 | 100010 | 111011 |
Color Harmonies of #BA7284
Complementary color
Monochromatic Colors of #BA7284
Black with #BA7284
Text Example
Text Example
White with #BA7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7284; }
p { color: rgb(186,114,132); }
H1.HeaderClassName
{
color: #BA7284;
}
.AnyTagClassName
{
color: #BA7284;
}
</style>
background-color css
<style>
a { background-color: #BA7284; }
a { background-color: rgb(186,114,132); }
div.DivClassName
{
background-color: #BA7284;
}
.BgClassName
{
background-color: #BA7284;
}
</style>
border-color css
<style>
span { border-color: #BA7284; }
span { border-color: rgb(186,114,132); }
td.TdClassName
{
border-color: #BA7284;
}
.TagClassName
{
border-color: #BA7284;
}
</style>