Shades of Tapestry #BA7182
Tints of Tapestry #BA7182
RGB
CMYK
RGB Variations
Color information
#BA7182 (or 0xBA7182) is known color: Tapestry. HEX triplet: BA, 71 and 82. RGB value is (186,113,130). Sum of RGB (Red+Green+Blue) = 186+113+130=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7182 is #458E7D. Grayscale: #888888. Windows color (decimal): -4558462 or 8548794. OLE color: 8548794.
HSL color Cylindrical-coordinate representation of color #BA7182: hue angle of 346.03º degrees, saturation: 0.35, 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 #BA7182 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 130 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.27 |
| HSL | 346.03º | 0.35% | 0.59% | - |
| HSV(B) | 346.03º | 0.39% | 0.73% | - |
| XYZ | 30.18 | 23.86 | 24.13 | - |
| YUV | 136.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 130 | 0 | 0.39 | 0.30 | 0.27 | 346.03 | 0.35 | 0.59 |
| Hex | BA | 71 | 82 | 0 | 27 | 1E | 1B | 15A | 23 | 3B |
| Octal | 272 | 161 | 202 | 0 | 47 | 36 | 33 | 532 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10000010 | 0 | 100111 | 11110 | 11011 | 101011010 | 100011 | 111011 |
Color Harmonies of #BA7182
Complementary color
Monochromatic Colors of #BA7182
Black with #BA7182
Text Example
Text Example
White with #BA7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7182; }
p { color: rgb(186,113,130); }
H1.HeaderClassName
{
color: #BA7182;
}
.AnyTagClassName
{
color: #BA7182;
}
</style>
background-color css
<style>
a { background-color: #BA7182; }
a { background-color: rgb(186,113,130); }
div.DivClassName
{
background-color: #BA7182;
}
.BgClassName
{
background-color: #BA7182;
}
</style>
border-color css
<style>
span { border-color: #BA7182; }
span { border-color: rgb(186,113,130); }
td.TdClassName
{
border-color: #BA7182;
}
.TagClassName
{
border-color: #BA7182;
}
</style>