Shades of Royal Heath #BA5378
Tints of Royal Heath #BA5378
RGB
CMYK
RGB Variations
Color information
#BA5378 (or 0xBA5378) is known color: Royal Heath. HEX triplet: BA, 53 and 78. RGB value is (186,83,120). Sum of RGB (Red+Green+Blue) = 186+83+120=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5378 is #45AC87. Grayscale: #757575. Windows color (decimal): -4566152 or 7885754. OLE color: 7885754.
HSL color Cylindrical-coordinate representation of color #BA5378: hue angle of 338.45º 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 #BA5378 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 120 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.27 |
| HSL | 338.45º | 0.43% | 0.53% | - |
| HSV(B) | 338.45º | 0.55% | 0.73% | - |
| XYZ | 26.73 | 17.98 | 19.83 | - |
| YUV | 118.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 120 | 0 | 0.55 | 0.35 | 0.27 | 338.45 | 0.43 | 0.53 |
| Hex | BA | 53 | 78 | 0 | 37 | 23 | 1B | 152 | 2B | 35 |
| Octal | 272 | 123 | 170 | 0 | 67 | 43 | 33 | 522 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1111000 | 0 | 110111 | 100011 | 11011 | 101010010 | 101011 | 110101 |
Color Harmonies of #BA5378
Complementary color
Monochromatic Colors of #BA5378
Black with #BA5378
Text Example
Text Example
White with #BA5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5378; }
p { color: rgb(186,83,120); }
H1.HeaderClassName
{
color: #BA5378;
}
.AnyTagClassName
{
color: #BA5378;
}
</style>
background-color css
<style>
a { background-color: #BA5378; }
a { background-color: rgb(186,83,120); }
div.DivClassName
{
background-color: #BA5378;
}
.BgClassName
{
background-color: #BA5378;
}
</style>
border-color css
<style>
span { border-color: #BA5378; }
span { border-color: rgb(186,83,120); }
td.TdClassName
{
border-color: #BA5378;
}
.TagClassName
{
border-color: #BA5378;
}
</style>