Shades of Royal Heath #BA547C
Tints of Royal Heath #BA547C
RGB
CMYK
RGB Variations
Color information
#BA547C (or 0xBA547C) is known color: Royal Heath. HEX triplet: BA, 54 and 7C. RGB value is (186,84,124). Sum of RGB (Red+Green+Blue) = 186+84+124=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA547C is #45AB83. Grayscale: #767676. Windows color (decimal): -4565892 or 8148154. OLE color: 8148154.
HSL color Cylindrical-coordinate representation of color #BA547C: hue angle of 336.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA547C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 124 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.27 |
| HSL | 336.47º | 0.43% | 0.53% | - |
| HSV(B) | 336.47º | 0.55% | 0.73% | - |
| XYZ | 27.06 | 18.23 | 21.16 | - |
| YUV | 119.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 124 | 0 | 0.55 | 0.33 | 0.27 | 336.47 | 0.43 | 0.53 |
| Hex | BA | 54 | 7C | 0 | 37 | 21 | 1B | 150 | 2A | 35 |
| Octal | 272 | 124 | 174 | 0 | 67 | 41 | 33 | 520 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1111100 | 0 | 110111 | 100001 | 11011 | 101010000 | 101010 | 110101 |
Color Harmonies of #BA547C
Complementary color
Monochromatic Colors of #BA547C
Black with #BA547C
Text Example
Text Example
White with #BA547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA547C; }
p { color: rgb(186,84,124); }
H1.HeaderClassName
{
color: #BA547C;
}
.AnyTagClassName
{
color: #BA547C;
}
</style>
background-color css
<style>
a { background-color: #BA547C; }
a { background-color: rgb(186,84,124); }
div.DivClassName
{
background-color: #BA547C;
}
.BgClassName
{
background-color: #BA547C;
}
</style>
border-color css
<style>
span { border-color: #BA547C; }
span { border-color: rgb(186,84,124); }
td.TdClassName
{
border-color: #BA547C;
}
.TagClassName
{
border-color: #BA547C;
}
</style>