Shades of Tapestry #BA6A82
Tints of Tapestry #BA6A82
RGB
CMYK
RGB Variations
Color information
#BA6A82 (or 0xBA6A82) is known color: Tapestry. HEX triplet: BA, 6A and 82. RGB value is (186,106,130). Sum of RGB (Red+Green+Blue) = 186+106+130=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6A82 is #45957D. Grayscale: #848484. Windows color (decimal): -4560254 or 8547002. OLE color: 8547002.
HSL color Cylindrical-coordinate representation of color #BA6A82: hue angle of 342º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6A82 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 130 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.27 |
| HSL | 342º | 0.37% | 0.57% | - |
| HSV(B) | 342º | 0.43% | 0.73% | - |
| XYZ | 29.43 | 22.36 | 23.88 | - |
| YUV | 132.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 130 | 0 | 0.43 | 0.30 | 0.27 | 342 | 0.37 | 0.57 |
| Hex | BA | 6A | 82 | 0 | 2B | 1E | 1B | 156 | 25 | 39 |
| Octal | 272 | 152 | 202 | 0 | 53 | 36 | 33 | 526 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10000010 | 0 | 101011 | 11110 | 11011 | 101010110 | 100101 | 111001 |
Color Harmonies of #BA6A82
Complementary color
Monochromatic Colors of #BA6A82
Black with #BA6A82
Text Example
Text Example
White with #BA6A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A82; }
p { color: rgb(186,106,130); }
H1.HeaderClassName
{
color: #BA6A82;
}
.AnyTagClassName
{
color: #BA6A82;
}
</style>
background-color css
<style>
a { background-color: #BA6A82; }
a { background-color: rgb(186,106,130); }
div.DivClassName
{
background-color: #BA6A82;
}
.BgClassName
{
background-color: #BA6A82;
}
</style>
border-color css
<style>
span { border-color: #BA6A82; }
span { border-color: rgb(186,106,130); }
td.TdClassName
{
border-color: #BA6A82;
}
.TagClassName
{
border-color: #BA6A82;
}
</style>