Shades of Royal Heath #BE4375
Tints of Royal Heath #BE4375
RGB
CMYK
RGB Variations
Color information
#BE4375 (or 0xBE4375) is known color: Royal Heath. HEX triplet: BE, 43 and 75. RGB value is (190,67,117). Sum of RGB (Red+Green+Blue) = 190+67+117=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4375 is #41BC8A. Grayscale: #6D6D6D. Windows color (decimal): -4308107 or 7685054. OLE color: 7685054.
HSL color Cylindrical-coordinate representation of color #BE4375: hue angle of 335.61º 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 #BE4375 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 117 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.25 |
| HSL | 335.61º | 0.49% | 0.5% | - |
| HSV(B) | 335.61º | 0.65% | 0.75% | - |
| XYZ | 26.45 | 16.25 | 18.57 | - |
| YUV | 109.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 117 | 0 | 0.65 | 0.38 | 0.25 | 335.61 | 0.49 | 0.5 |
| Hex | BE | 43 | 75 | 0 | 41 | 26 | 19 | 150 | 31 | 32 |
| Octal | 276 | 103 | 165 | 0 | 101 | 46 | 31 | 520 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1110101 | 0 | 1000001 | 100110 | 11001 | 101010000 | 110001 | 110010 |
Color Harmonies of #BE4375
Complementary color
Monochromatic Colors of #BE4375
Black with #BE4375
Text Example
Text Example
White with #BE4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4375; }
p { color: rgb(190,67,117); }
H1.HeaderClassName
{
color: #BE4375;
}
.AnyTagClassName
{
color: #BE4375;
}
</style>
background-color css
<style>
a { background-color: #BE4375; }
a { background-color: rgb(190,67,117); }
div.DivClassName
{
background-color: #BE4375;
}
.BgClassName
{
background-color: #BE4375;
}
</style>
border-color css
<style>
span { border-color: #BE4375; }
span { border-color: rgb(190,67,117); }
td.TdClassName
{
border-color: #BE4375;
}
.TagClassName
{
border-color: #BE4375;
}
</style>