Shades of Royal Heath #BE4A6D
Tints of Royal Heath #BE4A6D
RGB
CMYK
RGB Variations
Color information
#BE4A6D (or 0xBE4A6D) is known color: Royal Heath. HEX triplet: BE, 4A and 6D. RGB value is (190,74,109). Sum of RGB (Red+Green+Blue) = 190+74+109=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A6D is #41B592. Grayscale: #707070. Windows color (decimal): -4306323 or 7162558. OLE color: 7162558.
HSL color Cylindrical-coordinate representation of color #BE4A6D: hue angle of 341.9º 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 #BE4A6D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 109 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.25 |
| HSL | 341.9º | 0.47% | 0.52% | - |
| HSV(B) | 341.9º | 0.61% | 0.75% | - |
| XYZ | 26.44 | 16.95 | 16.35 | - |
| YUV | 112.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 109 | 0 | 0.61 | 0.43 | 0.25 | 341.9 | 0.47 | 0.52 |
| Hex | BE | 4A | 6D | 0 | 3D | 2B | 19 | 156 | 2F | 34 |
| Octal | 276 | 112 | 155 | 0 | 75 | 53 | 31 | 526 | 57 | 64 |
| Binary | 10111110 | 1001010 | 1101101 | 0 | 111101 | 101011 | 11001 | 101010110 | 101111 | 110100 |
Color Harmonies of #BE4A6D
Complementary color
Monochromatic Colors of #BE4A6D
Black with #BE4A6D
Text Example
Text Example
White with #BE4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A6D; }
p { color: rgb(190,74,109); }
H1.HeaderClassName
{
color: #BE4A6D;
}
.AnyTagClassName
{
color: #BE4A6D;
}
</style>
background-color css
<style>
a { background-color: #BE4A6D; }
a { background-color: rgb(190,74,109); }
div.DivClassName
{
background-color: #BE4A6D;
}
.BgClassName
{
background-color: #BE4A6D;
}
</style>
border-color css
<style>
span { border-color: #BE4A6D; }
span { border-color: rgb(190,74,109); }
td.TdClassName
{
border-color: #BE4A6D;
}
.TagClassName
{
border-color: #BE4A6D;
}
</style>