Shades of Tapestry #BA617C
Tints of Tapestry #BA617C
RGB
CMYK
RGB Variations
Color information
#BA617C (or 0xBA617C) is known color: Tapestry. HEX triplet: BA, 61 and 7C. RGB value is (186,97,124). Sum of RGB (Red+Green+Blue) = 186+97+124=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617C is #459E83. Grayscale: #7E7E7E. Windows color (decimal): -4562564 or 8151482. OLE color: 8151482.
HSL color Cylindrical-coordinate representation of color #BA617C: hue angle of 341.8º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA617C is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 124 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.27 |
| HSL | 341.8º | 0.39% | 0.55% | - |
| HSV(B) | 341.8º | 0.48% | 0.73% | - |
| XYZ | 28.16 | 20.44 | 21.53 | - |
| YUV | 126.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 124 | 0 | 0.48 | 0.33 | 0.27 | 341.8 | 0.39 | 0.55 |
| Hex | BA | 61 | 7C | 0 | 30 | 21 | 1B | 156 | 27 | 37 |
| Octal | 272 | 141 | 174 | 0 | 60 | 41 | 33 | 526 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1111100 | 0 | 110000 | 100001 | 11011 | 101010110 | 100111 | 110111 |
Color Harmonies of #BA617C
Complementary color
Monochromatic Colors of #BA617C
Black with #BA617C
Text Example
Text Example
White with #BA617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA617C; }
p { color: rgb(186,97,124); }
H1.HeaderClassName
{
color: #BA617C;
}
.AnyTagClassName
{
color: #BA617C;
}
</style>
background-color css
<style>
a { background-color: #BA617C; }
a { background-color: rgb(186,97,124); }
div.DivClassName
{
background-color: #BA617C;
}
.BgClassName
{
background-color: #BA617C;
}
</style>
border-color css
<style>
span { border-color: #BA617C; }
span { border-color: rgb(186,97,124); }
td.TdClassName
{
border-color: #BA617C;
}
.TagClassName
{
border-color: #BA617C;
}
</style>