Shades of Royal Heath #BE3F70
Tints of Royal Heath #BE3F70
RGB
CMYK
RGB Variations
Color information
#BE3F70 (or 0xBE3F70) is known color: Royal Heath. HEX triplet: BE, 3F and 70. RGB value is (190,63,112). Sum of RGB (Red+Green+Blue) = 190+63+112=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F70 is #41C08F. Grayscale: #6A6A6A. Windows color (decimal): -4309136 or 7356350. OLE color: 7356350.
HSL color Cylindrical-coordinate representation of color #BE3F70: hue angle of 336.85º 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 #BE3F70 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 112 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.25 |
| HSL | 336.85º | 0.5% | 0.5% | - |
| HSV(B) | 336.85º | 0.67% | 0.75% | - |
| XYZ | 25.94 | 15.67 | 16.99 | - |
| YUV | 106.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 112 | 0 | 0.67 | 0.41 | 0.25 | 336.85 | 0.5 | 0.5 |
| Hex | BE | 3F | 70 | 0 | 43 | 29 | 19 | 151 | 32 | 32 |
| Octal | 276 | 77 | 160 | 0 | 103 | 51 | 31 | 521 | 62 | 62 |
| Binary | 10111110 | 111111 | 1110000 | 0 | 1000011 | 101001 | 11001 | 101010001 | 110010 | 110010 |
Color Harmonies of #BE3F70
Complementary color
Monochromatic Colors of #BE3F70
Black with #BE3F70
Text Example
Text Example
White with #BE3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F70; }
p { color: rgb(190,63,112); }
H1.HeaderClassName
{
color: #BE3F70;
}
.AnyTagClassName
{
color: #BE3F70;
}
</style>
background-color css
<style>
a { background-color: #BE3F70; }
a { background-color: rgb(190,63,112); }
div.DivClassName
{
background-color: #BE3F70;
}
.BgClassName
{
background-color: #BE3F70;
}
</style>
border-color css
<style>
span { border-color: #BE3F70; }
span { border-color: rgb(190,63,112); }
td.TdClassName
{
border-color: #BE3F70;
}
.TagClassName
{
border-color: #BE3F70;
}
</style>