Shades of Royal Heath #BE446D
Tints of Royal Heath #BE446D
RGB
CMYK
RGB Variations
Color information
#BE446D (or 0xBE446D) is known color: Royal Heath. HEX triplet: BE, 44 and 6D. RGB value is (190,68,109). Sum of RGB (Red+Green+Blue) = 190+68+109=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE446D is #41BB92. Grayscale: #6D6D6D. Windows color (decimal): -4307859 or 7161022. OLE color: 7161022.
HSL color Cylindrical-coordinate representation of color #BE446D: hue angle of 339.84º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE446D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 109 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.25 |
| HSL | 339.84º | 0.48% | 0.51% | - |
| HSV(B) | 339.84º | 0.64% | 0.75% | - |
| XYZ | 26.06 | 16.19 | 16.22 | - |
| YUV | 109.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 109 | 0 | 0.64 | 0.43 | 0.25 | 339.84 | 0.48 | 0.51 |
| Hex | BE | 44 | 6D | 0 | 40 | 2B | 19 | 154 | 30 | 33 |
| Octal | 276 | 104 | 155 | 0 | 100 | 53 | 31 | 524 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1101101 | 0 | 1000000 | 101011 | 11001 | 101010100 | 110000 | 110011 |
Color Harmonies of #BE446D
Complementary color
Monochromatic Colors of #BE446D
Black with #BE446D
Text Example
Text Example
White with #BE446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE446D; }
p { color: rgb(190,68,109); }
H1.HeaderClassName
{
color: #BE446D;
}
.AnyTagClassName
{
color: #BE446D;
}
</style>
background-color css
<style>
a { background-color: #BE446D; }
a { background-color: rgb(190,68,109); }
div.DivClassName
{
background-color: #BE446D;
}
.BgClassName
{
background-color: #BE446D;
}
</style>
border-color css
<style>
span { border-color: #BE446D; }
span { border-color: rgb(190,68,109); }
td.TdClassName
{
border-color: #BE446D;
}
.TagClassName
{
border-color: #BE446D;
}
</style>