Shades of Royal Heath #BE4376
Tints of Royal Heath #BE4376
RGB
CMYK
RGB Variations
Color information
#BE4376 (or 0xBE4376) is known color: Royal Heath. HEX triplet: BE, 43 and 76. RGB value is (190,67,118). Sum of RGB (Red+Green+Blue) = 190+67+118=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4376 is #41BC89. Grayscale: #6D6D6D. Windows color (decimal): -4308106 or 7750590. OLE color: 7750590.
HSL color Cylindrical-coordinate representation of color #BE4376: hue angle of 335.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4376 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 118 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.25 |
| HSL | 335.12º | 0.49% | 0.5% | - |
| HSV(B) | 335.12º | 0.65% | 0.75% | - |
| XYZ | 26.51 | 16.27 | 18.88 | - |
| YUV | 109.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 118 | 0 | 0.65 | 0.38 | 0.25 | 335.12 | 0.49 | 0.5 |
| Hex | BE | 43 | 76 | 0 | 41 | 26 | 19 | 14F | 31 | 32 |
| Octal | 276 | 103 | 166 | 0 | 101 | 46 | 31 | 517 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1110110 | 0 | 1000001 | 100110 | 11001 | 101001111 | 110001 | 110010 |
Color Harmonies of #BE4376
Complementary color
Monochromatic Colors of #BE4376
Black with #BE4376
Text Example
Text Example
White with #BE4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4376; }
p { color: rgb(190,67,118); }
H1.HeaderClassName
{
color: #BE4376;
}
.AnyTagClassName
{
color: #BE4376;
}
</style>
background-color css
<style>
a { background-color: #BE4376; }
a { background-color: rgb(190,67,118); }
div.DivClassName
{
background-color: #BE4376;
}
.BgClassName
{
background-color: #BE4376;
}
</style>
border-color css
<style>
span { border-color: #BE4376; }
span { border-color: rgb(190,67,118); }
td.TdClassName
{
border-color: #BE4376;
}
.TagClassName
{
border-color: #BE4376;
}
</style>