Shades of Tapestry #BA6D88
Tints of Tapestry #BA6D88
RGB
CMYK
RGB Variations
Color information
#BA6D88 (or 0xBA6D88) is known color: Tapestry. HEX triplet: BA, 6D and 88. RGB value is (186,109,136). Sum of RGB (Red+Green+Blue) = 186+109+136=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D88 is #459277. Grayscale: #878787. Windows color (decimal): -4559480 or 8940986. OLE color: 8940986.
HSL color Cylindrical-coordinate representation of color #BA6D88: hue angle of 338.96º 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 #BA6D88 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 136 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.27 |
| HSL | 338.96º | 0.36% | 0.58% | - |
| HSV(B) | 338.96º | 0.41% | 0.73% | - |
| XYZ | 30.16 | 23.15 | 26.17 | - |
| YUV | 135.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 136 | 0 | 0.41 | 0.27 | 0.27 | 338.96 | 0.36 | 0.58 |
| Hex | BA | 6D | 88 | 0 | 29 | 1B | 1B | 153 | 24 | 3A |
| Octal | 272 | 155 | 210 | 0 | 51 | 33 | 33 | 523 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10001000 | 0 | 101001 | 11011 | 11011 | 101010011 | 100100 | 111010 |
Color Harmonies of #BA6D88
Complementary color
Monochromatic Colors of #BA6D88
Black with #BA6D88
Text Example
Text Example
White with #BA6D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D88; }
p { color: rgb(186,109,136); }
H1.HeaderClassName
{
color: #BA6D88;
}
.AnyTagClassName
{
color: #BA6D88;
}
</style>
background-color css
<style>
a { background-color: #BA6D88; }
a { background-color: rgb(186,109,136); }
div.DivClassName
{
background-color: #BA6D88;
}
.BgClassName
{
background-color: #BA6D88;
}
</style>
border-color css
<style>
span { border-color: #BA6D88; }
span { border-color: rgb(186,109,136); }
td.TdClassName
{
border-color: #BA6D88;
}
.TagClassName
{
border-color: #BA6D88;
}
</style>