Shades of Tapestry #BA7484
Tints of Tapestry #BA7484
RGB
CMYK
RGB Variations
Color information
#BA7484 (or 0xBA7484) is known color: Tapestry. HEX triplet: BA, 74 and 84. RGB value is (186,116,132). Sum of RGB (Red+Green+Blue) = 186+116+132=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7484 is #458B7B. Grayscale: #8A8A8A. Windows color (decimal): -4557692 or 8680634. OLE color: 8680634.
HSL color Cylindrical-coordinate representation of color #BA7484: hue angle of 346.29º 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 #BA7484 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 132 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.27 |
| HSL | 346.29º | 0.34% | 0.59% | - |
| HSV(B) | 346.29º | 0.38% | 0.73% | - |
| XYZ | 30.66 | 24.6 | 24.96 | - |
| YUV | 138.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 132 | 0 | 0.38 | 0.29 | 0.27 | 346.29 | 0.34 | 0.59 |
| Hex | BA | 74 | 84 | 0 | 26 | 1D | 1B | 15A | 22 | 3B |
| Octal | 272 | 164 | 204 | 0 | 46 | 35 | 33 | 532 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10000100 | 0 | 100110 | 11101 | 11011 | 101011010 | 100010 | 111011 |
Color Harmonies of #BA7484
Complementary color
Monochromatic Colors of #BA7484
Black with #BA7484
Text Example
Text Example
White with #BA7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7484; }
p { color: rgb(186,116,132); }
H1.HeaderClassName
{
color: #BA7484;
}
.AnyTagClassName
{
color: #BA7484;
}
</style>
background-color css
<style>
a { background-color: #BA7484; }
a { background-color: rgb(186,116,132); }
div.DivClassName
{
background-color: #BA7484;
}
.BgClassName
{
background-color: #BA7484;
}
</style>
border-color css
<style>
span { border-color: #BA7484; }
span { border-color: rgb(186,116,132); }
td.TdClassName
{
border-color: #BA7484;
}
.TagClassName
{
border-color: #BA7484;
}
</style>