Shades of Royal Heath #BE5077
Tints of Royal Heath #BE5077
RGB
CMYK
RGB Variations
Color information
#BE5077 (or 0xBE5077) is known color: Royal Heath. HEX triplet: BE, 50 and 77. RGB value is (190,80,119). Sum of RGB (Red+Green+Blue) = 190+80+119=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5077 is #41AF88. Grayscale: #757575. Windows color (decimal): -4304777 or 7819454. OLE color: 7819454.
HSL color Cylindrical-coordinate representation of color #BE5077: hue angle of 338.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5077 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 119 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.25 |
| HSL | 338.73º | 0.46% | 0.53% | - |
| HSV(B) | 338.73º | 0.58% | 0.75% | - |
| XYZ | 27.43 | 18.02 | 19.48 | - |
| YUV | 117.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 119 | 0 | 0.58 | 0.37 | 0.25 | 338.73 | 0.46 | 0.53 |
| Hex | BE | 50 | 77 | 0 | 3A | 25 | 19 | 153 | 2E | 35 |
| Octal | 276 | 120 | 167 | 0 | 72 | 45 | 31 | 523 | 56 | 65 |
| Binary | 10111110 | 1010000 | 1110111 | 0 | 111010 | 100101 | 11001 | 101010011 | 101110 | 110101 |
Color Harmonies of #BE5077
Complementary color
Monochromatic Colors of #BE5077
Black with #BE5077
Text Example
Text Example
White with #BE5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5077; }
p { color: rgb(190,80,119); }
H1.HeaderClassName
{
color: #BE5077;
}
.AnyTagClassName
{
color: #BE5077;
}
</style>
background-color css
<style>
a { background-color: #BE5077; }
a { background-color: rgb(190,80,119); }
div.DivClassName
{
background-color: #BE5077;
}
.BgClassName
{
background-color: #BE5077;
}
</style>
border-color css
<style>
span { border-color: #BE5077; }
span { border-color: rgb(190,80,119); }
td.TdClassName
{
border-color: #BE5077;
}
.TagClassName
{
border-color: #BE5077;
}
</style>