Shades of Royal Heath #BE426D
Tints of Royal Heath #BE426D
RGB
CMYK
RGB Variations
Color information
#BE426D (or 0xBE426D) is known color: Royal Heath. HEX triplet: BE, 42 and 6D. RGB value is (190,66,109). Sum of RGB (Red+Green+Blue) = 190+66+109=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE426D is #41BD92. Grayscale: #6B6B6B. Windows color (decimal): -4308371 or 7160510. OLE color: 7160510.
HSL color Cylindrical-coordinate representation of color #BE426D: hue angle of 339.19º 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 #BE426D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 109 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.25 |
| HSL | 339.19º | 0.49% | 0.5% | - |
| HSV(B) | 339.19º | 0.65% | 0.75% | - |
| XYZ | 25.94 | 15.95 | 16.18 | - |
| YUV | 107.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 109 | 0 | 0.65 | 0.43 | 0.25 | 339.19 | 0.49 | 0.5 |
| Hex | BE | 42 | 6D | 0 | 41 | 2B | 19 | 153 | 31 | 32 |
| Octal | 276 | 102 | 155 | 0 | 101 | 53 | 31 | 523 | 61 | 62 |
| Binary | 10111110 | 1000010 | 1101101 | 0 | 1000001 | 101011 | 11001 | 101010011 | 110001 | 110010 |
Color Harmonies of #BE426D
Complementary color
Monochromatic Colors of #BE426D
Black with #BE426D
Text Example
Text Example
White with #BE426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE426D; }
p { color: rgb(190,66,109); }
H1.HeaderClassName
{
color: #BE426D;
}
.AnyTagClassName
{
color: #BE426D;
}
</style>
background-color css
<style>
a { background-color: #BE426D; }
a { background-color: rgb(190,66,109); }
div.DivClassName
{
background-color: #BE426D;
}
.BgClassName
{
background-color: #BE426D;
}
</style>
border-color css
<style>
span { border-color: #BE426D; }
span { border-color: rgb(190,66,109); }
td.TdClassName
{
border-color: #BE426D;
}
.TagClassName
{
border-color: #BE426D;
}
</style>