Shades of Royal Heath #BE3670
Tints of Royal Heath #BE3670
RGB
CMYK
RGB Variations
Color information
#BE3670 (or 0xBE3670) is known color: Royal Heath. HEX triplet: BE, 36 and 70. RGB value is (190,54,112). Sum of RGB (Red+Green+Blue) = 190+54+112=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3670 is #41C98F. Grayscale: #656565. Windows color (decimal): -4311440 or 7354046. OLE color: 7354046.
HSL color Cylindrical-coordinate representation of color #BE3670: hue angle of 334.41º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3670 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 112 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.25 |
| HSL | 334.41º | 0.56% | 0.48% | - |
| HSV(B) | 334.41º | 0.72% | 0.75% | - |
| XYZ | 25.48 | 14.76 | 16.83 | - |
| YUV | 101.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 112 | 0 | 0.72 | 0.41 | 0.25 | 334.41 | 0.56 | 0.48 |
| Hex | BE | 36 | 70 | 0 | 48 | 29 | 19 | 14E | 38 | 30 |
| Octal | 276 | 66 | 160 | 0 | 110 | 51 | 31 | 516 | 70 | 60 |
| Binary | 10111110 | 110110 | 1110000 | 0 | 1001000 | 101001 | 11001 | 101001110 | 111000 | 110000 |
Color Harmonies of #BE3670
Complementary color
Monochromatic Colors of #BE3670
Black with #BE3670
Text Example
Text Example
White with #BE3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3670; }
p { color: rgb(190,54,112); }
H1.HeaderClassName
{
color: #BE3670;
}
.AnyTagClassName
{
color: #BE3670;
}
</style>
background-color css
<style>
a { background-color: #BE3670; }
a { background-color: rgb(190,54,112); }
div.DivClassName
{
background-color: #BE3670;
}
.BgClassName
{
background-color: #BE3670;
}
</style>
border-color css
<style>
span { border-color: #BE3670; }
span { border-color: rgb(190,54,112); }
td.TdClassName
{
border-color: #BE3670;
}
.TagClassName
{
border-color: #BE3670;
}
</style>