Shades of Tapestry #BA6B89
Tints of Tapestry #BA6B89
RGB
CMYK
RGB Variations
Color information
#BA6B89 (or 0xBA6B89) is known color: Tapestry. HEX triplet: BA, 6B and 89. RGB value is (186,107,137). Sum of RGB (Red+Green+Blue) = 186+107+137=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B89 is #459476. Grayscale: #868686. Windows color (decimal): -4559991 or 9006010. OLE color: 9006010.
HSL color Cylindrical-coordinate representation of color #BA6B89: hue angle of 337.22º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B89 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 137 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.27 |
| HSL | 337.22º | 0.36% | 0.57% | - |
| HSV(B) | 337.22º | 0.42% | 0.73% | - |
| XYZ | 30.02 | 22.76 | 26.48 | - |
| YUV | 134.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 137 | 0 | 0.42 | 0.26 | 0.27 | 337.22 | 0.36 | 0.57 |
| Hex | BA | 6B | 89 | 0 | 2A | 1A | 1B | 151 | 24 | 39 |
| Octal | 272 | 153 | 211 | 0 | 52 | 32 | 33 | 521 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10001001 | 0 | 101010 | 11010 | 11011 | 101010001 | 100100 | 111001 |
Color Harmonies of #BA6B89
Complementary color
Monochromatic Colors of #BA6B89
Black with #BA6B89
Text Example
Text Example
White with #BA6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B89; }
p { color: rgb(186,107,137); }
H1.HeaderClassName
{
color: #BA6B89;
}
.AnyTagClassName
{
color: #BA6B89;
}
</style>
background-color css
<style>
a { background-color: #BA6B89; }
a { background-color: rgb(186,107,137); }
div.DivClassName
{
background-color: #BA6B89;
}
.BgClassName
{
background-color: #BA6B89;
}
</style>
border-color css
<style>
span { border-color: #BA6B89; }
span { border-color: rgb(186,107,137); }
td.TdClassName
{
border-color: #BA6B89;
}
.TagClassName
{
border-color: #BA6B89;
}
</style>