Shades of Royal Heath #BE4675
Tints of Royal Heath #BE4675
RGB
CMYK
RGB Variations
Color information
#BE4675 (or 0xBE4675) is known color: Royal Heath. HEX triplet: BE, 46 and 75. RGB value is (190,70,117). Sum of RGB (Red+Green+Blue) = 190+70+117=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4675 is #41B98A. Grayscale: #6F6F6F. Windows color (decimal): -4307339 or 7685822. OLE color: 7685822.
HSL color Cylindrical-coordinate representation of color #BE4675: hue angle of 336.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4675 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 117 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.25 |
| HSL | 336.5º | 0.48% | 0.51% | - |
| HSV(B) | 336.5º | 0.63% | 0.75% | - |
| XYZ | 26.64 | 16.61 | 18.63 | - |
| YUV | 111.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 117 | 0 | 0.63 | 0.38 | 0.25 | 336.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 75 | 0 | 3F | 26 | 19 | 150 | 30 | 33 |
| Octal | 276 | 106 | 165 | 0 | 77 | 46 | 31 | 520 | 60 | 63 |
| Binary | 10111110 | 1000110 | 1110101 | 0 | 111111 | 100110 | 11001 | 101010000 | 110000 | 110011 |
Color Harmonies of #BE4675
Complementary color
Monochromatic Colors of #BE4675
Black with #BE4675
Text Example
Text Example
White with #BE4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4675; }
p { color: rgb(190,70,117); }
H1.HeaderClassName
{
color: #BE4675;
}
.AnyTagClassName
{
color: #BE4675;
}
</style>
background-color css
<style>
a { background-color: #BE4675; }
a { background-color: rgb(190,70,117); }
div.DivClassName
{
background-color: #BE4675;
}
.BgClassName
{
background-color: #BE4675;
}
</style>
border-color css
<style>
span { border-color: #BE4675; }
span { border-color: rgb(190,70,117); }
td.TdClassName
{
border-color: #BE4675;
}
.TagClassName
{
border-color: #BE4675;
}
</style>