Shades of Royal Heath #BE4075
Tints of Royal Heath #BE4075
RGB
CMYK
RGB Variations
Color information
#BE4075 (or 0xBE4075) is known color: Royal Heath. HEX triplet: BE, 40 and 75. RGB value is (190,64,117). Sum of RGB (Red+Green+Blue) = 190+64+117=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4075 is #41BF8A. Grayscale: #6B6B6B. Windows color (decimal): -4308875 or 7684286. OLE color: 7684286.
HSL color Cylindrical-coordinate representation of color #BE4075: hue angle of 334.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4075 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 117 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.25 |
| HSL | 334.76º | 0.5% | 0.5% | - |
| HSV(B) | 334.76º | 0.66% | 0.75% | - |
| XYZ | 26.28 | 15.9 | 18.51 | - |
| YUV | 107.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 117 | 0 | 0.66 | 0.38 | 0.25 | 334.76 | 0.5 | 0.5 |
| Hex | BE | 40 | 75 | 0 | 42 | 26 | 19 | 14F | 32 | 32 |
| Octal | 276 | 100 | 165 | 0 | 102 | 46 | 31 | 517 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1110101 | 0 | 1000010 | 100110 | 11001 | 101001111 | 110010 | 110010 |
Color Harmonies of #BE4075
Complementary color
Monochromatic Colors of #BE4075
Black with #BE4075
Text Example
Text Example
White with #BE4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4075; }
p { color: rgb(190,64,117); }
H1.HeaderClassName
{
color: #BE4075;
}
.AnyTagClassName
{
color: #BE4075;
}
</style>
background-color css
<style>
a { background-color: #BE4075; }
a { background-color: rgb(190,64,117); }
div.DivClassName
{
background-color: #BE4075;
}
.BgClassName
{
background-color: #BE4075;
}
</style>
border-color css
<style>
span { border-color: #BE4075; }
span { border-color: rgb(190,64,117); }
td.TdClassName
{
border-color: #BE4075;
}
.TagClassName
{
border-color: #BE4075;
}
</style>