Shades of Royal Heath #BE4A6E
Tints of Royal Heath #BE4A6E
RGB
CMYK
RGB Variations
Color information
#BE4A6E (or 0xBE4A6E) is known color: Royal Heath. HEX triplet: BE, 4A and 6E. RGB value is (190,74,110). Sum of RGB (Red+Green+Blue) = 190+74+110=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A6E is #41B591. Grayscale: #707070. Windows color (decimal): -4306322 or 7228094. OLE color: 7228094.
HSL color Cylindrical-coordinate representation of color #BE4A6E: hue angle of 341.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A6E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 110 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.25 |
| HSL | 341.38º | 0.47% | 0.52% | - |
| HSV(B) | 341.38º | 0.61% | 0.75% | - |
| XYZ | 26.5 | 16.97 | 16.63 | - |
| YUV | 112.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 110 | 0 | 0.61 | 0.42 | 0.25 | 341.38 | 0.47 | 0.52 |
| Hex | BE | 4A | 6E | 0 | 3D | 2A | 19 | 155 | 2F | 34 |
| Octal | 276 | 112 | 156 | 0 | 75 | 52 | 31 | 525 | 57 | 64 |
| Binary | 10111110 | 1001010 | 1101110 | 0 | 111101 | 101010 | 11001 | 101010101 | 101111 | 110100 |
Color Harmonies of #BE4A6E
Complementary color
Monochromatic Colors of #BE4A6E
Black with #BE4A6E
Text Example
Text Example
White with #BE4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A6E; }
p { color: rgb(190,74,110); }
H1.HeaderClassName
{
color: #BE4A6E;
}
.AnyTagClassName
{
color: #BE4A6E;
}
</style>
background-color css
<style>
a { background-color: #BE4A6E; }
a { background-color: rgb(190,74,110); }
div.DivClassName
{
background-color: #BE4A6E;
}
.BgClassName
{
background-color: #BE4A6E;
}
</style>
border-color css
<style>
span { border-color: #BE4A6E; }
span { border-color: rgb(190,74,110); }
td.TdClassName
{
border-color: #BE4A6E;
}
.TagClassName
{
border-color: #BE4A6E;
}
</style>