Shades of Tapestry #BA6A8B
Tints of Tapestry #BA6A8B
RGB
CMYK
RGB Variations
Color information
#BA6A8B (or 0xBA6A8B) is known color: Tapestry. HEX triplet: BA, 6A and 8B. RGB value is (186,106,139). Sum of RGB (Red+Green+Blue) = 186+106+139=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6A8B is #459574. Grayscale: #858585. Windows color (decimal): -4560245 or 9136826. OLE color: 9136826.
HSL color Cylindrical-coordinate representation of color #BA6A8B: hue angle of 335.25º 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 #BA6A8B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 139 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.27 |
| HSL | 335.25º | 0.37% | 0.57% | - |
| HSV(B) | 335.25º | 0.43% | 0.73% | - |
| XYZ | 30.06 | 22.61 | 27.21 | - |
| YUV | 133.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 139 | 0 | 0.43 | 0.25 | 0.27 | 335.25 | 0.37 | 0.57 |
| Hex | BA | 6A | 8B | 0 | 2B | 19 | 1B | 14F | 25 | 39 |
| Octal | 272 | 152 | 213 | 0 | 53 | 31 | 33 | 517 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10001011 | 0 | 101011 | 11001 | 11011 | 101001111 | 100101 | 111001 |
Color Harmonies of #BA6A8B
Complementary color
Monochromatic Colors of #BA6A8B
Black with #BA6A8B
Text Example
Text Example
White with #BA6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A8B; }
p { color: rgb(186,106,139); }
H1.HeaderClassName
{
color: #BA6A8B;
}
.AnyTagClassName
{
color: #BA6A8B;
}
</style>
background-color css
<style>
a { background-color: #BA6A8B; }
a { background-color: rgb(186,106,139); }
div.DivClassName
{
background-color: #BA6A8B;
}
.BgClassName
{
background-color: #BA6A8B;
}
</style>
border-color css
<style>
span { border-color: #BA6A8B; }
span { border-color: rgb(186,106,139); }
td.TdClassName
{
border-color: #BA6A8B;
}
.TagClassName
{
border-color: #BA6A8B;
}
</style>