Shades of Tapestry #BA637C
Tints of Tapestry #BA637C
RGB
CMYK
RGB Variations
Color information
#BA637C (or 0xBA637C) is known color: Tapestry. HEX triplet: BA, 63 and 7C. RGB value is (186,99,124). Sum of RGB (Red+Green+Blue) = 186+99+124=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637C is #459C83. Grayscale: #7F7F7F. Windows color (decimal): -4562052 or 8151994. OLE color: 8151994.
HSL color Cylindrical-coordinate representation of color #BA637C: hue angle of 342.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA637C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 124 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.27 |
| HSL | 342.76º | 0.39% | 0.56% | - |
| HSV(B) | 342.76º | 0.47% | 0.73% | - |
| XYZ | 28.35 | 20.82 | 21.59 | - |
| YUV | 127.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 124 | 0 | 0.47 | 0.33 | 0.27 | 342.76 | 0.39 | 0.56 |
| Hex | BA | 63 | 7C | 0 | 2F | 21 | 1B | 157 | 27 | 38 |
| Octal | 272 | 143 | 174 | 0 | 57 | 41 | 33 | 527 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1111100 | 0 | 101111 | 100001 | 11011 | 101010111 | 100111 | 111000 |
Color Harmonies of #BA637C
Complementary color
Monochromatic Colors of #BA637C
Black with #BA637C
Text Example
Text Example
White with #BA637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA637C; }
p { color: rgb(186,99,124); }
H1.HeaderClassName
{
color: #BA637C;
}
.AnyTagClassName
{
color: #BA637C;
}
</style>
background-color css
<style>
a { background-color: #BA637C; }
a { background-color: rgb(186,99,124); }
div.DivClassName
{
background-color: #BA637C;
}
.BgClassName
{
background-color: #BA637C;
}
</style>
border-color css
<style>
span { border-color: #BA637C; }
span { border-color: rgb(186,99,124); }
td.TdClassName
{
border-color: #BA637C;
}
.TagClassName
{
border-color: #BA637C;
}
</style>