Shades of Royal Heath #BE3F6A
Tints of Royal Heath #BE3F6A
RGB
CMYK
RGB Variations
Color information
#BE3F6A (or 0xBE3F6A) is known color: Royal Heath. HEX triplet: BE, 3F and 6A. RGB value is (190,63,106). Sum of RGB (Red+Green+Blue) = 190+63+106=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F6A is #41C095. Grayscale: #696969. Windows color (decimal): -4309142 or 6963134. OLE color: 6963134.
HSL color Cylindrical-coordinate representation of color #BE3F6A: hue angle of 339.69º 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 #BE3F6A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 106 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.25 |
| HSL | 339.69º | 0.5% | 0.5% | - |
| HSV(B) | 339.69º | 0.67% | 0.75% | - |
| XYZ | 25.61 | 15.54 | 15.29 | - |
| YUV | 105.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 106 | 0 | 0.67 | 0.44 | 0.25 | 339.69 | 0.5 | 0.5 |
| Hex | BE | 3F | 6A | 0 | 43 | 2C | 19 | 154 | 32 | 32 |
| Octal | 276 | 77 | 152 | 0 | 103 | 54 | 31 | 524 | 62 | 62 |
| Binary | 10111110 | 111111 | 1101010 | 0 | 1000011 | 101100 | 11001 | 101010100 | 110010 | 110010 |
Color Harmonies of #BE3F6A
Complementary color
Monochromatic Colors of #BE3F6A
Black with #BE3F6A
Text Example
Text Example
White with #BE3F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F6A; }
p { color: rgb(190,63,106); }
H1.HeaderClassName
{
color: #BE3F6A;
}
.AnyTagClassName
{
color: #BE3F6A;
}
</style>
background-color css
<style>
a { background-color: #BE3F6A; }
a { background-color: rgb(190,63,106); }
div.DivClassName
{
background-color: #BE3F6A;
}
.BgClassName
{
background-color: #BE3F6A;
}
</style>
border-color css
<style>
span { border-color: #BE3F6A; }
span { border-color: rgb(190,63,106); }
td.TdClassName
{
border-color: #BE3F6A;
}
.TagClassName
{
border-color: #BE3F6A;
}
</style>