Shades of Royal Heath #BE4176
Tints of Royal Heath #BE4176
RGB
CMYK
RGB Variations
Color information
#BE4176 (or 0xBE4176) is known color: Royal Heath. HEX triplet: BE, 41 and 76. RGB value is (190,65,118). Sum of RGB (Red+Green+Blue) = 190+65+118=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4176 is #41BE89. Grayscale: #6C6C6C. Windows color (decimal): -4308618 or 7750078. OLE color: 7750078.
HSL color Cylindrical-coordinate representation of color #BE4176: hue angle of 334.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4176 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 118 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.25 |
| HSL | 334.56º | 0.49% | 0.5% | - |
| HSV(B) | 334.56º | 0.66% | 0.75% | - |
| XYZ | 26.4 | 16.04 | 18.84 | - |
| YUV | 108.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 118 | 0 | 0.66 | 0.38 | 0.25 | 334.56 | 0.49 | 0.5 |
| Hex | BE | 41 | 76 | 0 | 42 | 26 | 19 | 14F | 31 | 32 |
| Octal | 276 | 101 | 166 | 0 | 102 | 46 | 31 | 517 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1110110 | 0 | 1000010 | 100110 | 11001 | 101001111 | 110001 | 110010 |
Color Harmonies of #BE4176
Complementary color
Monochromatic Colors of #BE4176
Black with #BE4176
Text Example
Text Example
White with #BE4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4176; }
p { color: rgb(190,65,118); }
H1.HeaderClassName
{
color: #BE4176;
}
.AnyTagClassName
{
color: #BE4176;
}
</style>
background-color css
<style>
a { background-color: #BE4176; }
a { background-color: rgb(190,65,118); }
div.DivClassName
{
background-color: #BE4176;
}
.BgClassName
{
background-color: #BE4176;
}
</style>
border-color css
<style>
span { border-color: #BE4176; }
span { border-color: rgb(190,65,118); }
td.TdClassName
{
border-color: #BE4176;
}
.TagClassName
{
border-color: #BE4176;
}
</style>