Shades of Tapestry #BA6E7A
Tints of Tapestry #BA6E7A
RGB
CMYK
RGB Variations
Color information
#BA6E7A (or 0xBA6E7A) is known color: Tapestry. HEX triplet: BA, 6E and 7A. RGB value is (186,110,122). Sum of RGB (Red+Green+Blue) = 186+110+122=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E7A is #459185. Grayscale: #868686. Windows color (decimal): -4559238 or 8023738. OLE color: 8023738.
HSL color Cylindrical-coordinate representation of color #BA6E7A: hue angle of 350.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E7A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 122 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.27 |
| HSL | 350.53º | 0.36% | 0.58% | - |
| HSV(B) | 350.53º | 0.41% | 0.73% | - |
| XYZ | 29.34 | 23 | 21.3 | - |
| YUV | 134.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 122 | 0 | 0.41 | 0.34 | 0.27 | 350.53 | 0.36 | 0.58 |
| Hex | BA | 6E | 7A | 0 | 29 | 22 | 1B | 15F | 24 | 3A |
| Octal | 272 | 156 | 172 | 0 | 51 | 42 | 33 | 537 | 44 | 72 |
| Binary | 10111010 | 1101110 | 1111010 | 0 | 101001 | 100010 | 11011 | 101011111 | 100100 | 111010 |
Color Harmonies of #BA6E7A
Complementary color
Monochromatic Colors of #BA6E7A
Black with #BA6E7A
Text Example
Text Example
White with #BA6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E7A; }
p { color: rgb(186,110,122); }
H1.HeaderClassName
{
color: #BA6E7A;
}
.AnyTagClassName
{
color: #BA6E7A;
}
</style>
background-color css
<style>
a { background-color: #BA6E7A; }
a { background-color: rgb(186,110,122); }
div.DivClassName
{
background-color: #BA6E7A;
}
.BgClassName
{
background-color: #BA6E7A;
}
</style>
border-color css
<style>
span { border-color: #BA6E7A; }
span { border-color: rgb(186,110,122); }
td.TdClassName
{
border-color: #BA6E7A;
}
.TagClassName
{
border-color: #BA6E7A;
}
</style>