Shades of Tapestry #BA7691
Tints of Tapestry #BA7691
RGB
CMYK
RGB Variations
Color information
#BA7691 (or 0xBA7691) is known color: Tapestry. HEX triplet: BA, 76 and 91. RGB value is (186,118,145). Sum of RGB (Red+Green+Blue) = 186+118+145=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7691 is #45896E. Grayscale: #8D8D8D. Windows color (decimal): -4557167 or 9533114. OLE color: 9533114.
HSL color Cylindrical-coordinate representation of color #BA7691: hue angle of 336.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7691 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 145 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.27 |
| HSL | 336.18º | 0.33% | 0.6% | - |
| HSV(B) | 336.18º | 0.37% | 0.73% | - |
| XYZ | 31.84 | 25.44 | 30.02 | - |
| YUV | 141.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 145 | 0 | 0.37 | 0.22 | 0.27 | 336.18 | 0.33 | 0.6 |
| Hex | BA | 76 | 91 | 0 | 25 | 16 | 1B | 150 | 21 | 3C |
| Octal | 272 | 166 | 221 | 0 | 45 | 26 | 33 | 520 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10010001 | 0 | 100101 | 10110 | 11011 | 101010000 | 100001 | 111100 |
Color Harmonies of #BA7691
Complementary color
Monochromatic Colors of #BA7691
Black with #BA7691
Text Example
Text Example
White with #BA7691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7691; }
p { color: rgb(186,118,145); }
H1.HeaderClassName
{
color: #BA7691;
}
.AnyTagClassName
{
color: #BA7691;
}
</style>
background-color css
<style>
a { background-color: #BA7691; }
a { background-color: rgb(186,118,145); }
div.DivClassName
{
background-color: #BA7691;
}
.BgClassName
{
background-color: #BA7691;
}
</style>
border-color css
<style>
span { border-color: #BA7691; }
span { border-color: rgb(186,118,145); }
td.TdClassName
{
border-color: #BA7691;
}
.TagClassName
{
border-color: #BA7691;
}
</style>