Shades of Royal Heath #BA4077
Tints of Royal Heath #BA4077
RGB
CMYK
RGB Variations
Color information
#BA4077 (or 0xBA4077) is known color: Royal Heath. HEX triplet: BA, 40 and 77. RGB value is (186,64,119). Sum of RGB (Red+Green+Blue) = 186+64+119=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4077 is #45BF88. Grayscale: #6A6A6A. Windows color (decimal): -4571017 or 7815354. OLE color: 7815354.
HSL color Cylindrical-coordinate representation of color #BA4077: hue angle of 332.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4077 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 119 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.27 |
| HSL | 332.95º | 0.49% | 0.49% | - |
| HSV(B) | 332.95º | 0.66% | 0.73% | - |
| XYZ | 25.41 | 15.44 | 19.09 | - |
| YUV | 106.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 119 | 0 | 0.66 | 0.36 | 0.27 | 332.95 | 0.49 | 0.49 |
| Hex | BA | 40 | 77 | 0 | 42 | 24 | 1B | 14D | 31 | 31 |
| Octal | 272 | 100 | 167 | 0 | 102 | 44 | 33 | 515 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1110111 | 0 | 1000010 | 100100 | 11011 | 101001101 | 110001 | 110001 |
Color Harmonies of #BA4077
Complementary color
Monochromatic Colors of #BA4077
Black with #BA4077
Text Example
Text Example
White with #BA4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4077; }
p { color: rgb(186,64,119); }
H1.HeaderClassName
{
color: #BA4077;
}
.AnyTagClassName
{
color: #BA4077;
}
</style>
background-color css
<style>
a { background-color: #BA4077; }
a { background-color: rgb(186,64,119); }
div.DivClassName
{
background-color: #BA4077;
}
.BgClassName
{
background-color: #BA4077;
}
</style>
border-color css
<style>
span { border-color: #BA4077; }
span { border-color: rgb(186,64,119); }
td.TdClassName
{
border-color: #BA4077;
}
.TagClassName
{
border-color: #BA4077;
}
</style>