Shades of Tapestry #BA6281
Tints of Tapestry #BA6281
RGB
CMYK
RGB Variations
Color information
#BA6281 (or 0xBA6281) is known color: Tapestry. HEX triplet: BA, 62 and 81. RGB value is (186,98,129). Sum of RGB (Red+Green+Blue) = 186+98+129=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6281 is #459D7E. Grayscale: #7F7F7F. Windows color (decimal): -4562303 or 8479418. OLE color: 8479418.
HSL color Cylindrical-coordinate representation of color #BA6281: hue angle of 338.86º 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 #BA6281 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 129 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.27 |
| HSL | 338.86º | 0.39% | 0.56% | - |
| HSV(B) | 338.86º | 0.47% | 0.73% | - |
| XYZ | 28.58 | 20.76 | 23.27 | - |
| YUV | 127.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 129 | 0 | 0.47 | 0.31 | 0.27 | 338.86 | 0.39 | 0.56 |
| Hex | BA | 62 | 81 | 0 | 2F | 1F | 1B | 153 | 27 | 38 |
| Octal | 272 | 142 | 201 | 0 | 57 | 37 | 33 | 523 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10000001 | 0 | 101111 | 11111 | 11011 | 101010011 | 100111 | 111000 |
Color Harmonies of #BA6281
Complementary color
Monochromatic Colors of #BA6281
Black with #BA6281
Text Example
Text Example
White with #BA6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6281; }
p { color: rgb(186,98,129); }
H1.HeaderClassName
{
color: #BA6281;
}
.AnyTagClassName
{
color: #BA6281;
}
</style>
background-color css
<style>
a { background-color: #BA6281; }
a { background-color: rgb(186,98,129); }
div.DivClassName
{
background-color: #BA6281;
}
.BgClassName
{
background-color: #BA6281;
}
</style>
border-color css
<style>
span { border-color: #BA6281; }
span { border-color: rgb(186,98,129); }
td.TdClassName
{
border-color: #BA6281;
}
.TagClassName
{
border-color: #BA6281;
}
</style>