Shades of Royal Heath #BA487A
Tints of Royal Heath #BA487A
RGB
CMYK
RGB Variations
Color information
#BA487A (or 0xBA487A) is known color: Royal Heath. HEX triplet: BA, 48 and 7A. RGB value is (186,72,122). Sum of RGB (Red+Green+Blue) = 186+72+122=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487A is #45B785. Grayscale: #6F6F6F. Windows color (decimal): -4568966 or 8014010. OLE color: 8014010.
HSL color Cylindrical-coordinate representation of color #BA487A: hue angle of 333.68º 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 #BA487A is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 122 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.27 |
| HSL | 333.68º | 0.45% | 0.51% | - |
| HSV(B) | 333.68º | 0.61% | 0.73% | - |
| XYZ | 26.08 | 16.48 | 20.22 | - |
| YUV | 111.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 122 | 0 | 0.61 | 0.34 | 0.27 | 333.68 | 0.45 | 0.51 |
| Hex | BA | 48 | 7A | 0 | 3D | 22 | 1B | 14E | 2D | 33 |
| Octal | 272 | 110 | 172 | 0 | 75 | 42 | 33 | 516 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1111010 | 0 | 111101 | 100010 | 11011 | 101001110 | 101101 | 110011 |
Color Harmonies of #BA487A
Complementary color
Monochromatic Colors of #BA487A
Black with #BA487A
Text Example
Text Example
White with #BA487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA487A; }
p { color: rgb(186,72,122); }
H1.HeaderClassName
{
color: #BA487A;
}
.AnyTagClassName
{
color: #BA487A;
}
</style>
background-color css
<style>
a { background-color: #BA487A; }
a { background-color: rgb(186,72,122); }
div.DivClassName
{
background-color: #BA487A;
}
.BgClassName
{
background-color: #BA487A;
}
</style>
border-color css
<style>
span { border-color: #BA487A; }
span { border-color: rgb(186,72,122); }
td.TdClassName
{
border-color: #BA487A;
}
.TagClassName
{
border-color: #BA487A;
}
</style>