Shades of Royal Heath #BE557B
Tints of Royal Heath #BE557B
RGB
CMYK
RGB Variations
Color information
#BE557B (or 0xBE557B) is known color: Royal Heath. HEX triplet: BE, 55 and 7B. RGB value is (190,85,123). Sum of RGB (Red+Green+Blue) = 190+85+123=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE557B is #41AA84. Grayscale: #787878. Windows color (decimal): -4303493 or 8082878. OLE color: 8082878.
HSL color Cylindrical-coordinate representation of color #BE557B: hue angle of 338.29º degrees, saturation: 0.45, 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 #BE557B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 123 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 338.29º | 0.45% | 0.54% | - |
| HSV(B) | 338.29º | 0.55% | 0.75% | - |
| XYZ | 28.06 | 18.87 | 20.9 | - |
| YUV | 120.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 123 | 0 | 0.55 | 0.35 | 0.25 | 338.29 | 0.45 | 0.54 |
| Hex | BE | 55 | 7B | 0 | 37 | 23 | 19 | 152 | 2D | 36 |
| Octal | 276 | 125 | 173 | 0 | 67 | 43 | 31 | 522 | 55 | 66 |
| Binary | 10111110 | 1010101 | 1111011 | 0 | 110111 | 100011 | 11001 | 101010010 | 101101 | 110110 |
Color Harmonies of #BE557B
Complementary color
Monochromatic Colors of #BE557B
Black with #BE557B
Text Example
Text Example
White with #BE557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE557B; }
p { color: rgb(190,85,123); }
H1.HeaderClassName
{
color: #BE557B;
}
.AnyTagClassName
{
color: #BE557B;
}
</style>
background-color css
<style>
a { background-color: #BE557B; }
a { background-color: rgb(190,85,123); }
div.DivClassName
{
background-color: #BE557B;
}
.BgClassName
{
background-color: #BE557B;
}
</style>
border-color css
<style>
span { border-color: #BE557B; }
span { border-color: rgb(190,85,123); }
td.TdClassName
{
border-color: #BE557B;
}
.TagClassName
{
border-color: #BE557B;
}
</style>