Shades of Royal Heath #BA5278
Tints of Royal Heath #BA5278
RGB
CMYK
RGB Variations
Color information
#BA5278 (or 0xBA5278) is known color: Royal Heath. HEX triplet: BA, 52 and 78. RGB value is (186,82,120). Sum of RGB (Red+Green+Blue) = 186+82+120=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5278 is #45AD87. Grayscale: #757575. Windows color (decimal): -4566408 or 7885498. OLE color: 7885498.
HSL color Cylindrical-coordinate representation of color #BA5278: hue angle of 338.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5278 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 120 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.27 |
| HSL | 338.08º | 0.43% | 0.53% | - |
| HSV(B) | 338.08º | 0.56% | 0.73% | - |
| XYZ | 26.66 | 17.83 | 19.81 | - |
| YUV | 117.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 120 | 0 | 0.56 | 0.35 | 0.27 | 338.08 | 0.43 | 0.53 |
| Hex | BA | 52 | 78 | 0 | 38 | 23 | 1B | 152 | 2B | 35 |
| Octal | 272 | 122 | 170 | 0 | 70 | 43 | 33 | 522 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1111000 | 0 | 111000 | 100011 | 11011 | 101010010 | 101011 | 110101 |
Color Harmonies of #BA5278
Complementary color
Monochromatic Colors of #BA5278
Black with #BA5278
Text Example
Text Example
White with #BA5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5278; }
p { color: rgb(186,82,120); }
H1.HeaderClassName
{
color: #BA5278;
}
.AnyTagClassName
{
color: #BA5278;
}
</style>
background-color css
<style>
a { background-color: #BA5278; }
a { background-color: rgb(186,82,120); }
div.DivClassName
{
background-color: #BA5278;
}
.BgClassName
{
background-color: #BA5278;
}
</style>
border-color css
<style>
span { border-color: #BA5278; }
span { border-color: rgb(186,82,120); }
td.TdClassName
{
border-color: #BA5278;
}
.TagClassName
{
border-color: #BA5278;
}
</style>