Shades of Tapestry #BA7690
Tints of Tapestry #BA7690
RGB
CMYK
RGB Variations
Color information
#BA7690 (or 0xBA7690) is known color: Tapestry. HEX triplet: BA, 76 and 90. RGB value is (186,118,144). Sum of RGB (Red+Green+Blue) = 186+118+144=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7690 is #45896F. Grayscale: #8D8D8D. Windows color (decimal): -4557168 or 9467578. OLE color: 9467578.
HSL color Cylindrical-coordinate representation of color #BA7690: hue angle of 337.06º 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 #BA7690 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 144 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.27 |
| HSL | 337.06º | 0.33% | 0.6% | - |
| HSV(B) | 337.06º | 0.37% | 0.73% | - |
| XYZ | 31.76 | 25.41 | 29.62 | - |
| YUV | 141.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 144 | 0 | 0.37 | 0.23 | 0.27 | 337.06 | 0.33 | 0.6 |
| Hex | BA | 76 | 90 | 0 | 25 | 17 | 1B | 151 | 21 | 3C |
| Octal | 272 | 166 | 220 | 0 | 45 | 27 | 33 | 521 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10010000 | 0 | 100101 | 10111 | 11011 | 101010001 | 100001 | 111100 |
Color Harmonies of #BA7690
Complementary color
Monochromatic Colors of #BA7690
Black with #BA7690
Text Example
Text Example
White with #BA7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7690; }
p { color: rgb(186,118,144); }
H1.HeaderClassName
{
color: #BA7690;
}
.AnyTagClassName
{
color: #BA7690;
}
</style>
background-color css
<style>
a { background-color: #BA7690; }
a { background-color: rgb(186,118,144); }
div.DivClassName
{
background-color: #BA7690;
}
.BgClassName
{
background-color: #BA7690;
}
</style>
border-color css
<style>
span { border-color: #BA7690; }
span { border-color: rgb(186,118,144); }
td.TdClassName
{
border-color: #BA7690;
}
.TagClassName
{
border-color: #BA7690;
}
</style>