Shades of Royal Heath #BE4B73
Tints of Royal Heath #BE4B73
RGB
CMYK
RGB Variations
Color information
#BE4B73 (or 0xBE4B73) is known color: Royal Heath. HEX triplet: BE, 4B and 73. RGB value is (190,75,115). Sum of RGB (Red+Green+Blue) = 190+75+115=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B73 is #41B48C. Grayscale: #717171. Windows color (decimal): -4306061 or 7556030. OLE color: 7556030.
HSL color Cylindrical-coordinate representation of color #BE4B73: hue angle of 339.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B73 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 115 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.25 |
| HSL | 339.13º | 0.47% | 0.52% | - |
| HSV(B) | 339.13º | 0.61% | 0.75% | - |
| XYZ | 26.85 | 17.22 | 18.13 | - |
| YUV | 113.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 115 | 0 | 0.61 | 0.39 | 0.25 | 339.13 | 0.47 | 0.52 |
| Hex | BE | 4B | 73 | 0 | 3D | 27 | 19 | 153 | 2F | 34 |
| Octal | 276 | 113 | 163 | 0 | 75 | 47 | 31 | 523 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1110011 | 0 | 111101 | 100111 | 11001 | 101010011 | 101111 | 110100 |
Color Harmonies of #BE4B73
Complementary color
Monochromatic Colors of #BE4B73
Black with #BE4B73
Text Example
Text Example
White with #BE4B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B73; }
p { color: rgb(190,75,115); }
H1.HeaderClassName
{
color: #BE4B73;
}
.AnyTagClassName
{
color: #BE4B73;
}
</style>
background-color css
<style>
a { background-color: #BE4B73; }
a { background-color: rgb(190,75,115); }
div.DivClassName
{
background-color: #BE4B73;
}
.BgClassName
{
background-color: #BE4B73;
}
</style>
border-color css
<style>
span { border-color: #BE4B73; }
span { border-color: rgb(190,75,115); }
td.TdClassName
{
border-color: #BE4B73;
}
.TagClassName
{
border-color: #BE4B73;
}
</style>