Shades of Royal Heath #BE496E
Tints of Royal Heath #BE496E
RGB
CMYK
RGB Variations
Color information
#BE496E (or 0xBE496E) is known color: Royal Heath. HEX triplet: BE, 49 and 6E. RGB value is (190,73,110). Sum of RGB (Red+Green+Blue) = 190+73+110=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE496E is #41B691. Grayscale: #707070. Windows color (decimal): -4306578 or 7227838. OLE color: 7227838.
HSL color Cylindrical-coordinate representation of color #BE496E: hue angle of 341.03º 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 #BE496E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 110 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.25 |
| HSL | 341.03º | 0.47% | 0.52% | - |
| HSV(B) | 341.03º | 0.62% | 0.75% | - |
| XYZ | 26.43 | 16.84 | 16.61 | - |
| YUV | 112.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 110 | 0 | 0.62 | 0.42 | 0.25 | 341.03 | 0.47 | 0.52 |
| Hex | BE | 49 | 6E | 0 | 3E | 2A | 19 | 155 | 2F | 34 |
| Octal | 276 | 111 | 156 | 0 | 76 | 52 | 31 | 525 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1101110 | 0 | 111110 | 101010 | 11001 | 101010101 | 101111 | 110100 |
Color Harmonies of #BE496E
Complementary color
Monochromatic Colors of #BE496E
Black with #BE496E
Text Example
Text Example
White with #BE496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE496E; }
p { color: rgb(190,73,110); }
H1.HeaderClassName
{
color: #BE496E;
}
.AnyTagClassName
{
color: #BE496E;
}
</style>
background-color css
<style>
a { background-color: #BE496E; }
a { background-color: rgb(190,73,110); }
div.DivClassName
{
background-color: #BE496E;
}
.BgClassName
{
background-color: #BE496E;
}
</style>
border-color css
<style>
span { border-color: #BE496E; }
span { border-color: rgb(190,73,110); }
td.TdClassName
{
border-color: #BE496E;
}
.TagClassName
{
border-color: #BE496E;
}
</style>