Shades of Royal Heath #BA497F
Tints of Royal Heath #BA497F
RGB
CMYK
RGB Variations
Color information
#BA497F (or 0xBA497F) is known color: Royal Heath. HEX triplet: BA, 49 and 7F. RGB value is (186,73,127). Sum of RGB (Red+Green+Blue) = 186+73+127=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497F is #45B680. Grayscale: #707070. Windows color (decimal): -4568705 or 8341946. OLE color: 8341946.
HSL color Cylindrical-coordinate representation of color #BA497F: hue angle of 331.33º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA497F is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 127 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.27 |
| HSL | 331.33º | 0.45% | 0.51% | - |
| HSV(B) | 331.33º | 0.61% | 0.73% | - |
| XYZ | 26.46 | 16.74 | 21.91 | - |
| YUV | 112.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 127 | 0 | 0.61 | 0.32 | 0.27 | 331.33 | 0.45 | 0.51 |
| Hex | BA | 49 | 7F | 0 | 3D | 20 | 1B | 14B | 2D | 33 |
| Octal | 272 | 111 | 177 | 0 | 75 | 40 | 33 | 513 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1111111 | 0 | 111101 | 100000 | 11011 | 101001011 | 101101 | 110011 |
Color Harmonies of #BA497F
Complementary color
Monochromatic Colors of #BA497F
Black with #BA497F
Text Example
Text Example
White with #BA497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA497F; }
p { color: rgb(186,73,127); }
H1.HeaderClassName
{
color: #BA497F;
}
.AnyTagClassName
{
color: #BA497F;
}
</style>
background-color css
<style>
a { background-color: #BA497F; }
a { background-color: rgb(186,73,127); }
div.DivClassName
{
background-color: #BA497F;
}
.BgClassName
{
background-color: #BA497F;
}
</style>
border-color css
<style>
span { border-color: #BA497F; }
span { border-color: rgb(186,73,127); }
td.TdClassName
{
border-color: #BA497F;
}
.TagClassName
{
border-color: #BA497F;
}
</style>