Shades of Royal Heath #BE4875
Tints of Royal Heath #BE4875
RGB
CMYK
RGB Variations
Color information
#BE4875 (or 0xBE4875) is known color: Royal Heath. HEX triplet: BE, 48 and 75. RGB value is (190,72,117). Sum of RGB (Red+Green+Blue) = 190+72+117=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4875 is #41B78A. Grayscale: #707070. Windows color (decimal): -4306827 or 7686334. OLE color: 7686334.
HSL color Cylindrical-coordinate representation of color #BE4875: hue angle of 337.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4875 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 117 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.25 |
| HSL | 337.12º | 0.48% | 0.51% | - |
| HSV(B) | 337.12º | 0.62% | 0.75% | - |
| XYZ | 26.76 | 16.87 | 18.67 | - |
| YUV | 112.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 117 | 0 | 0.62 | 0.38 | 0.25 | 337.12 | 0.48 | 0.51 |
| Hex | BE | 48 | 75 | 0 | 3E | 26 | 19 | 151 | 30 | 33 |
| Octal | 276 | 110 | 165 | 0 | 76 | 46 | 31 | 521 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1110101 | 0 | 111110 | 100110 | 11001 | 101010001 | 110000 | 110011 |
Color Harmonies of #BE4875
Complementary color
Monochromatic Colors of #BE4875
Black with #BE4875
Text Example
Text Example
White with #BE4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4875; }
p { color: rgb(190,72,117); }
H1.HeaderClassName
{
color: #BE4875;
}
.AnyTagClassName
{
color: #BE4875;
}
</style>
background-color css
<style>
a { background-color: #BE4875; }
a { background-color: rgb(190,72,117); }
div.DivClassName
{
background-color: #BE4875;
}
.BgClassName
{
background-color: #BE4875;
}
</style>
border-color css
<style>
span { border-color: #BE4875; }
span { border-color: rgb(190,72,117); }
td.TdClassName
{
border-color: #BE4875;
}
.TagClassName
{
border-color: #BE4875;
}
</style>