Shades of Royal Heath #BA547E
Tints of Royal Heath #BA547E
RGB
CMYK
RGB Variations
Color information
#BA547E (or 0xBA547E) is known color: Royal Heath. HEX triplet: BA, 54 and 7E. RGB value is (186,84,126). Sum of RGB (Red+Green+Blue) = 186+84+126=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA547E is #45AB81. Grayscale: #777777. Windows color (decimal): -4565890 or 8279226. OLE color: 8279226.
HSL color Cylindrical-coordinate representation of color #BA547E: hue angle of 335.29º 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 #BA547E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 126 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.27 |
| HSL | 335.29º | 0.43% | 0.53% | - |
| HSV(B) | 335.29º | 0.55% | 0.73% | - |
| XYZ | 27.19 | 18.29 | 21.84 | - |
| YUV | 119.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 126 | 0 | 0.55 | 0.32 | 0.27 | 335.29 | 0.43 | 0.53 |
| Hex | BA | 54 | 7E | 0 | 37 | 20 | 1B | 14F | 2A | 35 |
| Octal | 272 | 124 | 176 | 0 | 67 | 40 | 33 | 517 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1111110 | 0 | 110111 | 100000 | 11011 | 101001111 | 101010 | 110101 |
Color Harmonies of #BA547E
Complementary color
Monochromatic Colors of #BA547E
Black with #BA547E
Text Example
Text Example
White with #BA547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA547E; }
p { color: rgb(186,84,126); }
H1.HeaderClassName
{
color: #BA547E;
}
.AnyTagClassName
{
color: #BA547E;
}
</style>
background-color css
<style>
a { background-color: #BA547E; }
a { background-color: rgb(186,84,126); }
div.DivClassName
{
background-color: #BA547E;
}
.BgClassName
{
background-color: #BA547E;
}
</style>
border-color css
<style>
span { border-color: #BA547E; }
span { border-color: rgb(186,84,126); }
td.TdClassName
{
border-color: #BA547E;
}
.TagClassName
{
border-color: #BA547E;
}
</style>