Shades of Royal Heath #BA437A
Tints of Royal Heath #BA437A
RGB
CMYK
RGB Variations
Color information
#BA437A (or 0xBA437A) is known color: Royal Heath. HEX triplet: BA, 43 and 7A. RGB value is (186,67,122). Sum of RGB (Red+Green+Blue) = 186+67+122=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA437A is #45BC85. Grayscale: #6C6C6C. Windows color (decimal): -4570246 or 8012730. OLE color: 8012730.
HSL color Cylindrical-coordinate representation of color #BA437A: hue angle of 332.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA437A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 122 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.27 |
| HSL | 332.27º | 0.47% | 0.5% | - |
| HSV(B) | 332.27º | 0.64% | 0.73% | - |
| XYZ | 25.77 | 15.86 | 20.12 | - |
| YUV | 108.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 122 | 0 | 0.64 | 0.34 | 0.27 | 332.27 | 0.47 | 0.5 |
| Hex | BA | 43 | 7A | 0 | 40 | 22 | 1B | 14C | 2F | 32 |
| Octal | 272 | 103 | 172 | 0 | 100 | 42 | 33 | 514 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1111010 | 0 | 1000000 | 100010 | 11011 | 101001100 | 101111 | 110010 |
Color Harmonies of #BA437A
Complementary color
Monochromatic Colors of #BA437A
Black with #BA437A
Text Example
Text Example
White with #BA437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA437A; }
p { color: rgb(186,67,122); }
H1.HeaderClassName
{
color: #BA437A;
}
.AnyTagClassName
{
color: #BA437A;
}
</style>
background-color css
<style>
a { background-color: #BA437A; }
a { background-color: rgb(186,67,122); }
div.DivClassName
{
background-color: #BA437A;
}
.BgClassName
{
background-color: #BA437A;
}
</style>
border-color css
<style>
span { border-color: #BA437A; }
span { border-color: rgb(186,67,122); }
td.TdClassName
{
border-color: #BA437A;
}
.TagClassName
{
border-color: #BA437A;
}
</style>