Shades of Royal Heath #BE4975
Tints of Royal Heath #BE4975
RGB
CMYK
RGB Variations
Color information
#BE4975 (or 0xBE4975) is known color: Royal Heath. HEX triplet: BE, 49 and 75. RGB value is (190,73,117). Sum of RGB (Red+Green+Blue) = 190+73+117=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4975 is #41B68A. Grayscale: #707070. Windows color (decimal): -4306571 or 7686590. OLE color: 7686590.
HSL color Cylindrical-coordinate representation of color #BE4975: hue angle of 337.44º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4975 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 117 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.25 |
| HSL | 337.44º | 0.47% | 0.52% | - |
| HSV(B) | 337.44º | 0.62% | 0.75% | - |
| XYZ | 26.83 | 17 | 18.7 | - |
| YUV | 113 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 117 | 0 | 0.62 | 0.38 | 0.25 | 337.44 | 0.47 | 0.52 |
| Hex | BE | 49 | 75 | 0 | 3E | 26 | 19 | 151 | 2F | 34 |
| Octal | 276 | 111 | 165 | 0 | 76 | 46 | 31 | 521 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1110101 | 0 | 111110 | 100110 | 11001 | 101010001 | 101111 | 110100 |
Color Harmonies of #BE4975
Complementary color
Monochromatic Colors of #BE4975
Black with #BE4975
Text Example
Text Example
White with #BE4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4975; }
p { color: rgb(190,73,117); }
H1.HeaderClassName
{
color: #BE4975;
}
.AnyTagClassName
{
color: #BE4975;
}
</style>
background-color css
<style>
a { background-color: #BE4975; }
a { background-color: rgb(190,73,117); }
div.DivClassName
{
background-color: #BE4975;
}
.BgClassName
{
background-color: #BE4975;
}
</style>
border-color css
<style>
span { border-color: #BE4975; }
span { border-color: rgb(190,73,117); }
td.TdClassName
{
border-color: #BE4975;
}
.TagClassName
{
border-color: #BE4975;
}
</style>