Shades of Royal Heath #BE5675
Tints of Royal Heath #BE5675
RGB
CMYK
RGB Variations
Color information
#BE5675 (or 0xBE5675) is known color: Royal Heath. HEX triplet: BE, 56 and 75. RGB value is (190,86,117). Sum of RGB (Red+Green+Blue) = 190+86+117=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5675 is #41A98A. Grayscale: #787878. Windows color (decimal): -4303243 or 7689918. OLE color: 7689918.
HSL color Cylindrical-coordinate representation of color #BE5675: hue angle of 342.12º 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 #BE5675 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 117 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.25 |
| HSL | 342.12º | 0.44% | 0.54% | - |
| HSV(B) | 342.12º | 0.55% | 0.75% | - |
| XYZ | 27.77 | 18.89 | 19.01 | - |
| YUV | 120.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 117 | 0 | 0.55 | 0.38 | 0.25 | 342.12 | 0.44 | 0.54 |
| Hex | BE | 56 | 75 | 0 | 37 | 26 | 19 | 156 | 2C | 36 |
| Octal | 276 | 126 | 165 | 0 | 67 | 46 | 31 | 526 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1110101 | 0 | 110111 | 100110 | 11001 | 101010110 | 101100 | 110110 |
Color Harmonies of #BE5675
Complementary color
Monochromatic Colors of #BE5675
Black with #BE5675
Text Example
Text Example
White with #BE5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5675; }
p { color: rgb(190,86,117); }
H1.HeaderClassName
{
color: #BE5675;
}
.AnyTagClassName
{
color: #BE5675;
}
</style>
background-color css
<style>
a { background-color: #BE5675; }
a { background-color: rgb(190,86,117); }
div.DivClassName
{
background-color: #BE5675;
}
.BgClassName
{
background-color: #BE5675;
}
</style>
border-color css
<style>
span { border-color: #BE5675; }
span { border-color: rgb(190,86,117); }
td.TdClassName
{
border-color: #BE5675;
}
.TagClassName
{
border-color: #BE5675;
}
</style>