Shades of Royal Heath #BE587E
Tints of Royal Heath #BE587E
RGB
CMYK
RGB Variations
Color information
#BE587E (or 0xBE587E) is known color: Royal Heath. HEX triplet: BE, 58 and 7E. RGB value is (190,88,126). Sum of RGB (Red+Green+Blue) = 190+88+126=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE587E is #41A781. Grayscale: #7A7A7A. Windows color (decimal): -4302722 or 8280254. OLE color: 8280254.
HSL color Cylindrical-coordinate representation of color #BE587E: hue angle of 337.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE587E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 126 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.25 |
| HSL | 337.65º | 0.44% | 0.55% | - |
| HSV(B) | 337.65º | 0.54% | 0.75% | - |
| XYZ | 28.49 | 19.43 | 21.99 | - |
| YUV | 122.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 126 | 0 | 0.54 | 0.34 | 0.25 | 337.65 | 0.44 | 0.55 |
| Hex | BE | 58 | 7E | 0 | 36 | 22 | 19 | 152 | 2C | 37 |
| Octal | 276 | 130 | 176 | 0 | 66 | 42 | 31 | 522 | 54 | 67 |
| Binary | 10111110 | 1011000 | 1111110 | 0 | 110110 | 100010 | 11001 | 101010010 | 101100 | 110111 |
Color Harmonies of #BE587E
Complementary color
Monochromatic Colors of #BE587E
Black with #BE587E
Text Example
Text Example
White with #BE587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE587E; }
p { color: rgb(190,88,126); }
H1.HeaderClassName
{
color: #BE587E;
}
.AnyTagClassName
{
color: #BE587E;
}
</style>
background-color css
<style>
a { background-color: #BE587E; }
a { background-color: rgb(190,88,126); }
div.DivClassName
{
background-color: #BE587E;
}
.BgClassName
{
background-color: #BE587E;
}
</style>
border-color css
<style>
span { border-color: #BE587E; }
span { border-color: rgb(190,88,126); }
td.TdClassName
{
border-color: #BE587E;
}
.TagClassName
{
border-color: #BE587E;
}
</style>