Shades of Royal Heath #BE496C
Tints of Royal Heath #BE496C
RGB
CMYK
RGB Variations
Color information
#BE496C (or 0xBE496C) is known color: Royal Heath. HEX triplet: BE, 49 and 6C. RGB value is (190,73,108). Sum of RGB (Red+Green+Blue) = 190+73+108=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE496C is #41B693. Grayscale: #6F6F6F. Windows color (decimal): -4306580 or 7096766. OLE color: 7096766.
HSL color Cylindrical-coordinate representation of color #BE496C: hue angle of 342.05º 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 #BE496C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 108 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 342.05º | 0.47% | 0.52% | - |
| HSV(B) | 342.05º | 0.62% | 0.75% | - |
| XYZ | 26.32 | 16.79 | 16.04 | - |
| YUV | 111.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 108 | 0 | 0.62 | 0.43 | 0.25 | 342.05 | 0.47 | 0.52 |
| Hex | BE | 49 | 6C | 0 | 3E | 2B | 19 | 156 | 2F | 34 |
| Octal | 276 | 111 | 154 | 0 | 76 | 53 | 31 | 526 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1101100 | 0 | 111110 | 101011 | 11001 | 101010110 | 101111 | 110100 |
Color Harmonies of #BE496C
Complementary color
Monochromatic Colors of #BE496C
Black with #BE496C
Text Example
Text Example
White with #BE496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE496C; }
p { color: rgb(190,73,108); }
H1.HeaderClassName
{
color: #BE496C;
}
.AnyTagClassName
{
color: #BE496C;
}
</style>
background-color css
<style>
a { background-color: #BE496C; }
a { background-color: rgb(190,73,108); }
div.DivClassName
{
background-color: #BE496C;
}
.BgClassName
{
background-color: #BE496C;
}
</style>
border-color css
<style>
span { border-color: #BE496C; }
span { border-color: rgb(190,73,108); }
td.TdClassName
{
border-color: #BE496C;
}
.TagClassName
{
border-color: #BE496C;
}
</style>