Shades of Royal Heath #BA4A7A
Tints of Royal Heath #BA4A7A
RGB
CMYK
RGB Variations
Color information
#BA4A7A (or 0xBA4A7A) is known color: Royal Heath. HEX triplet: BA, 4A and 7A. RGB value is (186,74,122). Sum of RGB (Red+Green+Blue) = 186+74+122=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A7A is #45B585. Grayscale: #707070. Windows color (decimal): -4568454 or 8014522. OLE color: 8014522.
HSL color Cylindrical-coordinate representation of color #BA4A7A: hue angle of 334.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A7A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 122 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.27 |
| HSL | 334.29º | 0.45% | 0.51% | - |
| HSV(B) | 334.29º | 0.6% | 0.73% | - |
| XYZ | 26.21 | 16.74 | 20.26 | - |
| YUV | 112.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 122 | 0 | 0.60 | 0.34 | 0.27 | 334.29 | 0.45 | 0.51 |
| Hex | BA | 4A | 7A | 0 | 3C | 22 | 1B | 14E | 2D | 33 |
| Octal | 272 | 112 | 172 | 0 | 74 | 42 | 33 | 516 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1111010 | 0 | 111100 | 100010 | 11011 | 101001110 | 101101 | 110011 |
Color Harmonies of #BA4A7A
Complementary color
Monochromatic Colors of #BA4A7A
Black with #BA4A7A
Text Example
Text Example
White with #BA4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A7A; }
p { color: rgb(186,74,122); }
H1.HeaderClassName
{
color: #BA4A7A;
}
.AnyTagClassName
{
color: #BA4A7A;
}
</style>
background-color css
<style>
a { background-color: #BA4A7A; }
a { background-color: rgb(186,74,122); }
div.DivClassName
{
background-color: #BA4A7A;
}
.BgClassName
{
background-color: #BA4A7A;
}
</style>
border-color css
<style>
span { border-color: #BA4A7A; }
span { border-color: rgb(186,74,122); }
td.TdClassName
{
border-color: #BA4A7A;
}
.TagClassName
{
border-color: #BA4A7A;
}
</style>