Shades of Royal Heath #BE567B
Tints of Royal Heath #BE567B
RGB
CMYK
RGB Variations
Color information
#BE567B (or 0xBE567B) is known color: Royal Heath. HEX triplet: BE, 56 and 7B. RGB value is (190,86,123). Sum of RGB (Red+Green+Blue) = 190+86+123=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE567B is #41A984. Grayscale: #797979. Windows color (decimal): -4303237 or 8083134. OLE color: 8083134.
HSL color Cylindrical-coordinate representation of color #BE567B: hue angle of 338.65º 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 #BE567B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 123 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 338.65º | 0.44% | 0.54% | - |
| HSV(B) | 338.65º | 0.55% | 0.75% | - |
| XYZ | 28.14 | 19.03 | 20.93 | - |
| YUV | 121.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 123 | 0 | 0.55 | 0.35 | 0.25 | 338.65 | 0.44 | 0.54 |
| Hex | BE | 56 | 7B | 0 | 37 | 23 | 19 | 153 | 2C | 36 |
| Octal | 276 | 126 | 173 | 0 | 67 | 43 | 31 | 523 | 54 | 66 |
| Binary | 10111110 | 1010110 | 1111011 | 0 | 110111 | 100011 | 11001 | 101010011 | 101100 | 110110 |
Color Harmonies of #BE567B
Complementary color
Monochromatic Colors of #BE567B
Black with #BE567B
Text Example
Text Example
White with #BE567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE567B; }
p { color: rgb(190,86,123); }
H1.HeaderClassName
{
color: #BE567B;
}
.AnyTagClassName
{
color: #BE567B;
}
</style>
background-color css
<style>
a { background-color: #BE567B; }
a { background-color: rgb(190,86,123); }
div.DivClassName
{
background-color: #BE567B;
}
.BgClassName
{
background-color: #BE567B;
}
</style>
border-color css
<style>
span { border-color: #BE567B; }
span { border-color: rgb(190,86,123); }
td.TdClassName
{
border-color: #BE567B;
}
.TagClassName
{
border-color: #BE567B;
}
</style>