Shades of Tapestry #BA7280
Tints of Tapestry #BA7280
RGB
CMYK
RGB Variations
Color information
#BA7280 (or 0xBA7280) is known color: Tapestry. HEX triplet: BA, 72 and 80. RGB value is (186,114,128). Sum of RGB (Red+Green+Blue) = 186+114+128=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7280 is #458D7F. Grayscale: #898989. Windows color (decimal): -4558208 or 8417978. OLE color: 8417978.
HSL color Cylindrical-coordinate representation of color #BA7280: hue angle of 348.33º 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 #BA7280 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 128 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.27 |
| HSL | 348.33º | 0.34% | 0.59% | - |
| HSV(B) | 348.33º | 0.39% | 0.73% | - |
| XYZ | 30.16 | 24.03 | 23.47 | - |
| YUV | 137.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 128 | 0 | 0.39 | 0.31 | 0.27 | 348.33 | 0.34 | 0.59 |
| Hex | BA | 72 | 80 | 0 | 27 | 1F | 1B | 15C | 22 | 3B |
| Octal | 272 | 162 | 200 | 0 | 47 | 37 | 33 | 534 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10000000 | 0 | 100111 | 11111 | 11011 | 101011100 | 100010 | 111011 |
Color Harmonies of #BA7280
Complementary color
Monochromatic Colors of #BA7280
Black with #BA7280
Text Example
Text Example
White with #BA7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7280; }
p { color: rgb(186,114,128); }
H1.HeaderClassName
{
color: #BA7280;
}
.AnyTagClassName
{
color: #BA7280;
}
</style>
background-color css
<style>
a { background-color: #BA7280; }
a { background-color: rgb(186,114,128); }
div.DivClassName
{
background-color: #BA7280;
}
.BgClassName
{
background-color: #BA7280;
}
</style>
border-color css
<style>
span { border-color: #BA7280; }
span { border-color: rgb(186,114,128); }
td.TdClassName
{
border-color: #BA7280;
}
.TagClassName
{
border-color: #BA7280;
}
</style>