Shades of Tapestry #BA627C
Tints of Tapestry #BA627C
RGB
CMYK
RGB Variations
Color information
#BA627C (or 0xBA627C) is known color: Tapestry. HEX triplet: BA, 62 and 7C. RGB value is (186,98,124). Sum of RGB (Red+Green+Blue) = 186+98+124=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA627C is #459D83. Grayscale: #7F7F7F. Windows color (decimal): -4562308 or 8151738. OLE color: 8151738.
HSL color Cylindrical-coordinate representation of color #BA627C: hue angle of 342.27º 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 #BA627C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 124 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.27 |
| HSL | 342.27º | 0.39% | 0.56% | - |
| HSV(B) | 342.27º | 0.47% | 0.73% | - |
| XYZ | 28.26 | 20.63 | 21.56 | - |
| YUV | 127.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 124 | 0 | 0.47 | 0.33 | 0.27 | 342.27 | 0.39 | 0.56 |
| Hex | BA | 62 | 7C | 0 | 2F | 21 | 1B | 156 | 27 | 38 |
| Octal | 272 | 142 | 174 | 0 | 57 | 41 | 33 | 526 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1111100 | 0 | 101111 | 100001 | 11011 | 101010110 | 100111 | 111000 |
Color Harmonies of #BA627C
Complementary color
Monochromatic Colors of #BA627C
Black with #BA627C
Text Example
Text Example
White with #BA627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA627C; }
p { color: rgb(186,98,124); }
H1.HeaderClassName
{
color: #BA627C;
}
.AnyTagClassName
{
color: #BA627C;
}
</style>
background-color css
<style>
a { background-color: #BA627C; }
a { background-color: rgb(186,98,124); }
div.DivClassName
{
background-color: #BA627C;
}
.BgClassName
{
background-color: #BA627C;
}
</style>
border-color css
<style>
span { border-color: #BA627C; }
span { border-color: rgb(186,98,124); }
td.TdClassName
{
border-color: #BA627C;
}
.TagClassName
{
border-color: #BA627C;
}
</style>