Shades of Tapestry #BA6D90
Tints of Tapestry #BA6D90
RGB
CMYK
RGB Variations
Color information
#BA6D90 (or 0xBA6D90) is known color: Tapestry. HEX triplet: BA, 6D and 90. RGB value is (186,109,144). Sum of RGB (Red+Green+Blue) = 186+109+144=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D90 is #45926F. Grayscale: #878787. Windows color (decimal): -4559472 or 9465274. OLE color: 9465274.
HSL color Cylindrical-coordinate representation of color #BA6D90: hue angle of 332.73º 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 #BA6D90 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 144 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.27 |
| HSL | 332.73º | 0.36% | 0.58% | - |
| HSV(B) | 332.73º | 0.41% | 0.73% | - |
| XYZ | 30.75 | 23.39 | 29.28 | - |
| YUV | 136.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 144 | 0 | 0.41 | 0.23 | 0.27 | 332.73 | 0.36 | 0.58 |
| Hex | BA | 6D | 90 | 0 | 29 | 17 | 1B | 14D | 24 | 3A |
| Octal | 272 | 155 | 220 | 0 | 51 | 27 | 33 | 515 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10010000 | 0 | 101001 | 10111 | 11011 | 101001101 | 100100 | 111010 |
Color Harmonies of #BA6D90
Complementary color
Monochromatic Colors of #BA6D90
Black with #BA6D90
Text Example
Text Example
White with #BA6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D90; }
p { color: rgb(186,109,144); }
H1.HeaderClassName
{
color: #BA6D90;
}
.AnyTagClassName
{
color: #BA6D90;
}
</style>
background-color css
<style>
a { background-color: #BA6D90; }
a { background-color: rgb(186,109,144); }
div.DivClassName
{
background-color: #BA6D90;
}
.BgClassName
{
background-color: #BA6D90;
}
</style>
border-color css
<style>
span { border-color: #BA6D90; }
span { border-color: rgb(186,109,144); }
td.TdClassName
{
border-color: #BA6D90;
}
.TagClassName
{
border-color: #BA6D90;
}
</style>