Shades of Royal Heath #BA567C
Tints of Royal Heath #BA567C
RGB
CMYK
RGB Variations
Color information
#BA567C (or 0xBA567C) is known color: Royal Heath. HEX triplet: BA, 56 and 7C. RGB value is (186,86,124). Sum of RGB (Red+Green+Blue) = 186+86+124=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA567C is #45A983. Grayscale: #787878. Windows color (decimal): -4565380 or 8148666. OLE color: 8148666.
HSL color Cylindrical-coordinate representation of color #BA567C: hue angle of 337.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA567C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 124 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.27 |
| HSL | 337.2º | 0.42% | 0.53% | - |
| HSV(B) | 337.2º | 0.54% | 0.73% | - |
| XYZ | 27.22 | 18.55 | 21.21 | - |
| YUV | 120.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 124 | 0 | 0.54 | 0.33 | 0.27 | 337.2 | 0.42 | 0.53 |
| Hex | BA | 56 | 7C | 0 | 36 | 21 | 1B | 151 | 2A | 35 |
| Octal | 272 | 126 | 174 | 0 | 66 | 41 | 33 | 521 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1111100 | 0 | 110110 | 100001 | 11011 | 101010001 | 101010 | 110101 |
Color Harmonies of #BA567C
Complementary color
Monochromatic Colors of #BA567C
Black with #BA567C
Text Example
Text Example
White with #BA567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA567C; }
p { color: rgb(186,86,124); }
H1.HeaderClassName
{
color: #BA567C;
}
.AnyTagClassName
{
color: #BA567C;
}
</style>
background-color css
<style>
a { background-color: #BA567C; }
a { background-color: rgb(186,86,124); }
div.DivClassName
{
background-color: #BA567C;
}
.BgClassName
{
background-color: #BA567C;
}
</style>
border-color css
<style>
span { border-color: #BA567C; }
span { border-color: rgb(186,86,124); }
td.TdClassName
{
border-color: #BA567C;
}
.TagClassName
{
border-color: #BA567C;
}
</style>