Shades of Royal Heath #BE3F6E
Tints of Royal Heath #BE3F6E
RGB
CMYK
RGB Variations
Color information
#BE3F6E (or 0xBE3F6E) is known color: Royal Heath. HEX triplet: BE, 3F and 6E. RGB value is (190,63,110). Sum of RGB (Red+Green+Blue) = 190+63+110=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F6E is #41C091. Grayscale: #6A6A6A. Windows color (decimal): -4309138 or 7225278. OLE color: 7225278.
HSL color Cylindrical-coordinate representation of color #BE3F6E: hue angle of 337.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F6E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 110 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.25 |
| HSL | 337.8º | 0.5% | 0.5% | - |
| HSV(B) | 337.8º | 0.67% | 0.75% | - |
| XYZ | 25.83 | 15.63 | 16.41 | - |
| YUV | 106.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 110 | 0 | 0.67 | 0.42 | 0.25 | 337.8 | 0.5 | 0.5 |
| Hex | BE | 3F | 6E | 0 | 43 | 2A | 19 | 152 | 32 | 32 |
| Octal | 276 | 77 | 156 | 0 | 103 | 52 | 31 | 522 | 62 | 62 |
| Binary | 10111110 | 111111 | 1101110 | 0 | 1000011 | 101010 | 11001 | 101010010 | 110010 | 110010 |
Color Harmonies of #BE3F6E
Complementary color
Monochromatic Colors of #BE3F6E
Black with #BE3F6E
Text Example
Text Example
White with #BE3F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F6E; }
p { color: rgb(190,63,110); }
H1.HeaderClassName
{
color: #BE3F6E;
}
.AnyTagClassName
{
color: #BE3F6E;
}
</style>
background-color css
<style>
a { background-color: #BE3F6E; }
a { background-color: rgb(190,63,110); }
div.DivClassName
{
background-color: #BE3F6E;
}
.BgClassName
{
background-color: #BE3F6E;
}
</style>
border-color css
<style>
span { border-color: #BE3F6E; }
span { border-color: rgb(190,63,110); }
td.TdClassName
{
border-color: #BE3F6E;
}
.TagClassName
{
border-color: #BE3F6E;
}
</style>