Shades of Tapestry #BA6382
Tints of Tapestry #BA6382
RGB
CMYK
RGB Variations
Color information
#BA6382 (or 0xBA6382) is known color: Tapestry. HEX triplet: BA, 63 and 82. RGB value is (186,99,130). Sum of RGB (Red+Green+Blue) = 186+99+130=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6382 is #459C7D. Grayscale: #808080. Windows color (decimal): -4562046 or 8545210. OLE color: 8545210.
HSL color Cylindrical-coordinate representation of color #BA6382: hue angle of 338.62º 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 #BA6382 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 130 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.27 |
| HSL | 338.62º | 0.39% | 0.56% | - |
| HSV(B) | 338.62º | 0.47% | 0.73% | - |
| XYZ | 28.74 | 20.97 | 23.65 | - |
| YUV | 128.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 130 | 0 | 0.47 | 0.30 | 0.27 | 338.62 | 0.39 | 0.56 |
| Hex | BA | 63 | 82 | 0 | 2F | 1E | 1B | 153 | 27 | 38 |
| Octal | 272 | 143 | 202 | 0 | 57 | 36 | 33 | 523 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10000010 | 0 | 101111 | 11110 | 11011 | 101010011 | 100111 | 111000 |
Color Harmonies of #BA6382
Complementary color
Monochromatic Colors of #BA6382
Black with #BA6382
Text Example
Text Example
White with #BA6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6382; }
p { color: rgb(186,99,130); }
H1.HeaderClassName
{
color: #BA6382;
}
.AnyTagClassName
{
color: #BA6382;
}
</style>
background-color css
<style>
a { background-color: #BA6382; }
a { background-color: rgb(186,99,130); }
div.DivClassName
{
background-color: #BA6382;
}
.BgClassName
{
background-color: #BA6382;
}
</style>
border-color css
<style>
span { border-color: #BA6382; }
span { border-color: rgb(186,99,130); }
td.TdClassName
{
border-color: #BA6382;
}
.TagClassName
{
border-color: #BA6382;
}
</style>