Shades of Royal Heath #BA4577
Tints of Royal Heath #BA4577
RGB
CMYK
RGB Variations
Color information
#BA4577 (or 0xBA4577) is known color: Royal Heath. HEX triplet: BA, 45 and 77. RGB value is (186,69,119). Sum of RGB (Red+Green+Blue) = 186+69+119=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4577 is #45BA88. Grayscale: #6D6D6D. Windows color (decimal): -4569737 or 7816634. OLE color: 7816634.
HSL color Cylindrical-coordinate representation of color #BA4577: hue angle of 334.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4577 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 119 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.27 |
| HSL | 334.36º | 0.46% | 0.5% | - |
| HSV(B) | 334.36º | 0.63% | 0.73% | - |
| XYZ | 25.71 | 16.03 | 19.19 | - |
| YUV | 109.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 119 | 0 | 0.63 | 0.36 | 0.27 | 334.36 | 0.46 | 0.5 |
| Hex | BA | 45 | 77 | 0 | 3F | 24 | 1B | 14E | 2E | 32 |
| Octal | 272 | 105 | 167 | 0 | 77 | 44 | 33 | 516 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1110111 | 0 | 111111 | 100100 | 11011 | 101001110 | 101110 | 110010 |
Color Harmonies of #BA4577
Complementary color
Monochromatic Colors of #BA4577
Black with #BA4577
Text Example
Text Example
White with #BA4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4577; }
p { color: rgb(186,69,119); }
H1.HeaderClassName
{
color: #BA4577;
}
.AnyTagClassName
{
color: #BA4577;
}
</style>
background-color css
<style>
a { background-color: #BA4577; }
a { background-color: rgb(186,69,119); }
div.DivClassName
{
background-color: #BA4577;
}
.BgClassName
{
background-color: #BA4577;
}
</style>
border-color css
<style>
span { border-color: #BA4577; }
span { border-color: rgb(186,69,119); }
td.TdClassName
{
border-color: #BA4577;
}
.TagClassName
{
border-color: #BA4577;
}
</style>