Shades of Tapestry #BA7180
Tints of Tapestry #BA7180
RGB
CMYK
RGB Variations
Color information
#BA7180 (or 0xBA7180) is known color: Tapestry. HEX triplet: BA, 71 and 80. RGB value is (186,113,128). Sum of RGB (Red+Green+Blue) = 186+113+128=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7180 is #458E7F. Grayscale: #888888. Windows color (decimal): -4558464 or 8417722. OLE color: 8417722.
HSL color Cylindrical-coordinate representation of color #BA7180: hue angle of 347.67º 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 #BA7180 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 128 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.27 |
| HSL | 347.67º | 0.35% | 0.59% | - |
| HSV(B) | 347.67º | 0.39% | 0.73% | - |
| XYZ | 30.05 | 23.81 | 23.43 | - |
| YUV | 136.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 128 | 0 | 0.39 | 0.31 | 0.27 | 347.67 | 0.35 | 0.59 |
| Hex | BA | 71 | 80 | 0 | 27 | 1F | 1B | 15C | 23 | 3B |
| Octal | 272 | 161 | 200 | 0 | 47 | 37 | 33 | 534 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10000000 | 0 | 100111 | 11111 | 11011 | 101011100 | 100011 | 111011 |
Color Harmonies of #BA7180
Complementary color
Monochromatic Colors of #BA7180
Black with #BA7180
Text Example
Text Example
White with #BA7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7180; }
p { color: rgb(186,113,128); }
H1.HeaderClassName
{
color: #BA7180;
}
.AnyTagClassName
{
color: #BA7180;
}
</style>
background-color css
<style>
a { background-color: #BA7180; }
a { background-color: rgb(186,113,128); }
div.DivClassName
{
background-color: #BA7180;
}
.BgClassName
{
background-color: #BA7180;
}
</style>
border-color css
<style>
span { border-color: #BA7180; }
span { border-color: rgb(186,113,128); }
td.TdClassName
{
border-color: #BA7180;
}
.TagClassName
{
border-color: #BA7180;
}
</style>