Shades of Tapestry #BA6C8D
Tints of Tapestry #BA6C8D
RGB
CMYK
RGB Variations
Color information
#BA6C8D (or 0xBA6C8D) is known color: Tapestry. HEX triplet: BA, 6C and 8D. RGB value is (186,108,141). Sum of RGB (Red+Green+Blue) = 186+108+141=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C8D is #459372. Grayscale: #878787. Windows color (decimal): -4559731 or 9268410. OLE color: 9268410.
HSL color Cylindrical-coordinate representation of color #BA6C8D: hue angle of 334.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6C8D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 141 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.27 |
| HSL | 334.62º | 0.36% | 0.58% | - |
| HSV(B) | 334.62º | 0.42% | 0.73% | - |
| XYZ | 30.42 | 23.09 | 28.05 | - |
| YUV | 135.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 141 | 0 | 0.42 | 0.24 | 0.27 | 334.62 | 0.36 | 0.58 |
| Hex | BA | 6C | 8D | 0 | 2A | 18 | 1B | 14F | 24 | 3A |
| Octal | 272 | 154 | 215 | 0 | 52 | 30 | 33 | 517 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10001101 | 0 | 101010 | 11000 | 11011 | 101001111 | 100100 | 111010 |
Color Harmonies of #BA6C8D
Complementary color
Monochromatic Colors of #BA6C8D
Black with #BA6C8D
Text Example
Text Example
White with #BA6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C8D; }
p { color: rgb(186,108,141); }
H1.HeaderClassName
{
color: #BA6C8D;
}
.AnyTagClassName
{
color: #BA6C8D;
}
</style>
background-color css
<style>
a { background-color: #BA6C8D; }
a { background-color: rgb(186,108,141); }
div.DivClassName
{
background-color: #BA6C8D;
}
.BgClassName
{
background-color: #BA6C8D;
}
</style>
border-color css
<style>
span { border-color: #BA6C8D; }
span { border-color: rgb(186,108,141); }
td.TdClassName
{
border-color: #BA6C8D;
}
.TagClassName
{
border-color: #BA6C8D;
}
</style>