Shades of Royal Heath #BE4B75
Tints of Royal Heath #BE4B75
RGB
CMYK
RGB Variations
Color information
#BE4B75 (or 0xBE4B75) is known color: Royal Heath. HEX triplet: BE, 4B and 75. RGB value is (190,75,117). Sum of RGB (Red+Green+Blue) = 190+75+117=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B75 is #41B48A. Grayscale: #727272. Windows color (decimal): -4306059 or 7687102. OLE color: 7687102.
HSL color Cylindrical-coordinate representation of color #BE4B75: hue angle of 338.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B75 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 117 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.25 |
| HSL | 338.09º | 0.47% | 0.52% | - |
| HSV(B) | 338.09º | 0.61% | 0.75% | - |
| XYZ | 26.96 | 17.26 | 18.74 | - |
| YUV | 114.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 117 | 0 | 0.61 | 0.38 | 0.25 | 338.09 | 0.47 | 0.52 |
| Hex | BE | 4B | 75 | 0 | 3D | 26 | 19 | 152 | 2F | 34 |
| Octal | 276 | 113 | 165 | 0 | 75 | 46 | 31 | 522 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1110101 | 0 | 111101 | 100110 | 11001 | 101010010 | 101111 | 110100 |
Color Harmonies of #BE4B75
Complementary color
Monochromatic Colors of #BE4B75
Black with #BE4B75
Text Example
Text Example
White with #BE4B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B75; }
p { color: rgb(190,75,117); }
H1.HeaderClassName
{
color: #BE4B75;
}
.AnyTagClassName
{
color: #BE4B75;
}
</style>
background-color css
<style>
a { background-color: #BE4B75; }
a { background-color: rgb(190,75,117); }
div.DivClassName
{
background-color: #BE4B75;
}
.BgClassName
{
background-color: #BE4B75;
}
</style>
border-color css
<style>
span { border-color: #BE4B75; }
span { border-color: rgb(190,75,117); }
td.TdClassName
{
border-color: #BE4B75;
}
.TagClassName
{
border-color: #BE4B75;
}
</style>