Shades of Tapestry #BA6280
Tints of Tapestry #BA6280
RGB
CMYK
RGB Variations
Color information
#BA6280 (or 0xBA6280) is known color: Tapestry. HEX triplet: BA, 62 and 80. RGB value is (186,98,128). Sum of RGB (Red+Green+Blue) = 186+98+128=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6280 is #459D7F. Grayscale: #7F7F7F. Windows color (decimal): -4562304 or 8413882. OLE color: 8413882.
HSL color Cylindrical-coordinate representation of color #BA6280: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6280 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 128 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.27 |
| HSL | 339.55º | 0.39% | 0.56% | - |
| HSV(B) | 339.55º | 0.47% | 0.73% | - |
| XYZ | 28.51 | 20.73 | 22.92 | - |
| YUV | 127.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 128 | 0 | 0.47 | 0.31 | 0.27 | 339.55 | 0.39 | 0.56 |
| Hex | BA | 62 | 80 | 0 | 2F | 1F | 1B | 154 | 27 | 38 |
| Octal | 272 | 142 | 200 | 0 | 57 | 37 | 33 | 524 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10000000 | 0 | 101111 | 11111 | 11011 | 101010100 | 100111 | 111000 |
Color Harmonies of #BA6280
Complementary color
Monochromatic Colors of #BA6280
Black with #BA6280
Text Example
Text Example
White with #BA6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6280; }
p { color: rgb(186,98,128); }
H1.HeaderClassName
{
color: #BA6280;
}
.AnyTagClassName
{
color: #BA6280;
}
</style>
background-color css
<style>
a { background-color: #BA6280; }
a { background-color: rgb(186,98,128); }
div.DivClassName
{
background-color: #BA6280;
}
.BgClassName
{
background-color: #BA6280;
}
</style>
border-color css
<style>
span { border-color: #BA6280; }
span { border-color: rgb(186,98,128); }
td.TdClassName
{
border-color: #BA6280;
}
.TagClassName
{
border-color: #BA6280;
}
</style>