Shades of Tapestry #BA6283
Tints of Tapestry #BA6283
RGB
CMYK
RGB Variations
Color information
#BA6283 (or 0xBA6283) is known color: Tapestry. HEX triplet: BA, 62 and 83. RGB value is (186,98,131). Sum of RGB (Red+Green+Blue) = 186+98+131=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6283 is #459D7C. Grayscale: #808080. Windows color (decimal): -4562301 or 8610490. OLE color: 8610490.
HSL color Cylindrical-coordinate representation of color #BA6283: hue angle of 337.5º 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 #BA6283 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 131 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.27 |
| HSL | 337.5º | 0.39% | 0.56% | - |
| HSV(B) | 337.5º | 0.47% | 0.73% | - |
| XYZ | 28.71 | 20.81 | 23.98 | - |
| YUV | 128.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 131 | 0 | 0.47 | 0.30 | 0.27 | 337.5 | 0.39 | 0.56 |
| Hex | BA | 62 | 83 | 0 | 2F | 1E | 1B | 152 | 27 | 38 |
| Octal | 272 | 142 | 203 | 0 | 57 | 36 | 33 | 522 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10000011 | 0 | 101111 | 11110 | 11011 | 101010010 | 100111 | 111000 |
Color Harmonies of #BA6283
Complementary color
Monochromatic Colors of #BA6283
Black with #BA6283
Text Example
Text Example
White with #BA6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6283; }
p { color: rgb(186,98,131); }
H1.HeaderClassName
{
color: #BA6283;
}
.AnyTagClassName
{
color: #BA6283;
}
</style>
background-color css
<style>
a { background-color: #BA6283; }
a { background-color: rgb(186,98,131); }
div.DivClassName
{
background-color: #BA6283;
}
.BgClassName
{
background-color: #BA6283;
}
</style>
border-color css
<style>
span { border-color: #BA6283; }
span { border-color: rgb(186,98,131); }
td.TdClassName
{
border-color: #BA6283;
}
.TagClassName
{
border-color: #BA6283;
}
</style>