Shades of Royal Heath #BE5673
Tints of Royal Heath #BE5673
RGB
CMYK
RGB Variations
Color information
#BE5673 (or 0xBE5673) is known color: Royal Heath. HEX triplet: BE, 56 and 73. RGB value is (190,86,115). Sum of RGB (Red+Green+Blue) = 190+86+115=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5673 is #41A98C. Grayscale: #787878. Windows color (decimal): -4303245 or 7558846. OLE color: 7558846.
HSL color Cylindrical-coordinate representation of color #BE5673: hue angle of 343.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5673 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 115 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.25 |
| HSL | 343.27º | 0.44% | 0.54% | - |
| HSV(B) | 343.27º | 0.55% | 0.75% | - |
| XYZ | 27.66 | 18.84 | 18.4 | - |
| YUV | 120.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 115 | 0 | 0.55 | 0.39 | 0.25 | 343.27 | 0.44 | 0.54 |
| Hex | BE | 56 | 73 | 0 | 37 | 27 | 19 | 157 | 2C | 36 |
| Octal | 276 | 126 | 163 | 0 | 67 | 47 | 31 | 527 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1110011 | 0 | 110111 | 100111 | 11001 | 101010111 | 101100 | 110110 |
Color Harmonies of #BE5673
Complementary color
Monochromatic Colors of #BE5673
Black with #BE5673
Text Example
Text Example
White with #BE5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5673; }
p { color: rgb(190,86,115); }
H1.HeaderClassName
{
color: #BE5673;
}
.AnyTagClassName
{
color: #BE5673;
}
</style>
background-color css
<style>
a { background-color: #BE5673; }
a { background-color: rgb(190,86,115); }
div.DivClassName
{
background-color: #BE5673;
}
.BgClassName
{
background-color: #BE5673;
}
</style>
border-color css
<style>
span { border-color: #BE5673; }
span { border-color: rgb(190,86,115); }
td.TdClassName
{
border-color: #BE5673;
}
.TagClassName
{
border-color: #BE5673;
}
</style>