Shades of Royal Heath #BA567F
Tints of Royal Heath #BA567F
RGB
CMYK
RGB Variations
Color information
#BA567F (or 0xBA567F) is known color: Royal Heath. HEX triplet: BA, 56 and 7F. RGB value is (186,86,127). Sum of RGB (Red+Green+Blue) = 186+86+127=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA567F is #45A980. Grayscale: #787878. Windows color (decimal): -4565377 or 8345274. OLE color: 8345274.
HSL color Cylindrical-coordinate representation of color #BA567F: hue angle of 335.4º 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 #BA567F is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 127 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.27 |
| HSL | 335.4º | 0.42% | 0.53% | - |
| HSV(B) | 335.4º | 0.54% | 0.73% | - |
| XYZ | 27.41 | 18.63 | 22.23 | - |
| YUV | 120.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 127 | 0 | 0.54 | 0.32 | 0.27 | 335.4 | 0.42 | 0.53 |
| Hex | BA | 56 | 7F | 0 | 36 | 20 | 1B | 14F | 2A | 35 |
| Octal | 272 | 126 | 177 | 0 | 66 | 40 | 33 | 517 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1111111 | 0 | 110110 | 100000 | 11011 | 101001111 | 101010 | 110101 |
Color Harmonies of #BA567F
Complementary color
Monochromatic Colors of #BA567F
Black with #BA567F
Text Example
Text Example
White with #BA567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA567F; }
p { color: rgb(186,86,127); }
H1.HeaderClassName
{
color: #BA567F;
}
.AnyTagClassName
{
color: #BA567F;
}
</style>
background-color css
<style>
a { background-color: #BA567F; }
a { background-color: rgb(186,86,127); }
div.DivClassName
{
background-color: #BA567F;
}
.BgClassName
{
background-color: #BA567F;
}
</style>
border-color css
<style>
span { border-color: #BA567F; }
span { border-color: rgb(186,86,127); }
td.TdClassName
{
border-color: #BA567F;
}
.TagClassName
{
border-color: #BA567F;
}
</style>