Shades of Royal Heath #BE4973
Tints of Royal Heath #BE4973
RGB
CMYK
RGB Variations
Color information
#BE4973 (or 0xBE4973) is known color: Royal Heath. HEX triplet: BE, 49 and 73. RGB value is (190,73,115). Sum of RGB (Red+Green+Blue) = 190+73+115=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4973 is #41B68C. Grayscale: #707070. Windows color (decimal): -4306573 or 7555518. OLE color: 7555518.
HSL color Cylindrical-coordinate representation of color #BE4973: hue angle of 338.46º 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 #BE4973 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 115 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.25 |
| HSL | 338.46º | 0.47% | 0.52% | - |
| HSV(B) | 338.46º | 0.62% | 0.75% | - |
| XYZ | 26.71 | 16.95 | 18.08 | - |
| YUV | 112.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 115 | 0 | 0.62 | 0.39 | 0.25 | 338.46 | 0.47 | 0.52 |
| Hex | BE | 49 | 73 | 0 | 3E | 27 | 19 | 152 | 2F | 34 |
| Octal | 276 | 111 | 163 | 0 | 76 | 47 | 31 | 522 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1110011 | 0 | 111110 | 100111 | 11001 | 101010010 | 101111 | 110100 |
Color Harmonies of #BE4973
Complementary color
Monochromatic Colors of #BE4973
Black with #BE4973
Text Example
Text Example
White with #BE4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4973; }
p { color: rgb(190,73,115); }
H1.HeaderClassName
{
color: #BE4973;
}
.AnyTagClassName
{
color: #BE4973;
}
</style>
background-color css
<style>
a { background-color: #BE4973; }
a { background-color: rgb(190,73,115); }
div.DivClassName
{
background-color: #BE4973;
}
.BgClassName
{
background-color: #BE4973;
}
</style>
border-color css
<style>
span { border-color: #BE4973; }
span { border-color: rgb(190,73,115); }
td.TdClassName
{
border-color: #BE4973;
}
.TagClassName
{
border-color: #BE4973;
}
</style>