Shades of Royal Heath #BE3E6D
Tints of Royal Heath #BE3E6D
RGB
CMYK
RGB Variations
Color information
#BE3E6D (or 0xBE3E6D) is known color: Royal Heath. HEX triplet: BE, 3E and 6D. RGB value is (190,62,109). Sum of RGB (Red+Green+Blue) = 190+62+109=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E6D is #41C192. Grayscale: #696969. Windows color (decimal): -4309395 or 7159486. OLE color: 7159486.
HSL color Cylindrical-coordinate representation of color #BE3E6D: hue angle of 337.97º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E6D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 109 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.25 |
| HSL | 337.97º | 0.51% | 0.49% | - |
| HSV(B) | 337.97º | 0.67% | 0.75% | - |
| XYZ | 25.72 | 15.5 | 16.1 | - |
| YUV | 105.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 109 | 0 | 0.67 | 0.43 | 0.25 | 337.97 | 0.51 | 0.49 |
| Hex | BE | 3E | 6D | 0 | 43 | 2B | 19 | 152 | 33 | 31 |
| Octal | 276 | 76 | 155 | 0 | 103 | 53 | 31 | 522 | 63 | 61 |
| Binary | 10111110 | 111110 | 1101101 | 0 | 1000011 | 101011 | 11001 | 101010010 | 110011 | 110001 |
Color Harmonies of #BE3E6D
Complementary color
Monochromatic Colors of #BE3E6D
Black with #BE3E6D
Text Example
Text Example
White with #BE3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E6D; }
p { color: rgb(190,62,109); }
H1.HeaderClassName
{
color: #BE3E6D;
}
.AnyTagClassName
{
color: #BE3E6D;
}
</style>
background-color css
<style>
a { background-color: #BE3E6D; }
a { background-color: rgb(190,62,109); }
div.DivClassName
{
background-color: #BE3E6D;
}
.BgClassName
{
background-color: #BE3E6D;
}
</style>
border-color css
<style>
span { border-color: #BE3E6D; }
span { border-color: rgb(190,62,109); }
td.TdClassName
{
border-color: #BE3E6D;
}
.TagClassName
{
border-color: #BE3E6D;
}
</style>