Shades of Royal Heath #BE496D
Tints of Royal Heath #BE496D
RGB
CMYK
RGB Variations
Color information
#BE496D (or 0xBE496D) is known color: Royal Heath. HEX triplet: BE, 49 and 6D. RGB value is (190,73,109). Sum of RGB (Red+Green+Blue) = 190+73+109=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE496D is #41B692. Grayscale: #707070. Windows color (decimal): -4306579 or 7162302. OLE color: 7162302.
HSL color Cylindrical-coordinate representation of color #BE496D: hue angle of 341.54º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE496D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 109 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 341.54º | 0.47% | 0.52% | - |
| HSV(B) | 341.54º | 0.62% | 0.75% | - |
| XYZ | 26.38 | 16.82 | 16.32 | - |
| YUV | 112.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 109 | 0 | 0.62 | 0.43 | 0.25 | 341.54 | 0.47 | 0.52 |
| Hex | BE | 49 | 6D | 0 | 3E | 2B | 19 | 156 | 2F | 34 |
| Octal | 276 | 111 | 155 | 0 | 76 | 53 | 31 | 526 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1101101 | 0 | 111110 | 101011 | 11001 | 101010110 | 101111 | 110100 |
Color Harmonies of #BE496D
Complementary color
Monochromatic Colors of #BE496D
Black with #BE496D
Text Example
Text Example
White with #BE496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE496D; }
p { color: rgb(190,73,109); }
H1.HeaderClassName
{
color: #BE496D;
}
.AnyTagClassName
{
color: #BE496D;
}
</style>
background-color css
<style>
a { background-color: #BE496D; }
a { background-color: rgb(190,73,109); }
div.DivClassName
{
background-color: #BE496D;
}
.BgClassName
{
background-color: #BE496D;
}
</style>
border-color css
<style>
span { border-color: #BE496D; }
span { border-color: rgb(190,73,109); }
td.TdClassName
{
border-color: #BE496D;
}
.TagClassName
{
border-color: #BE496D;
}
</style>