Shades of Royal Heath #BE4067
Tints of Royal Heath #BE4067
RGB
CMYK
RGB Variations
Color information
#BE4067 (or 0xBE4067) is known color: Royal Heath. HEX triplet: BE, 40 and 67. RGB value is (190,64,103). Sum of RGB (Red+Green+Blue) = 190+64+103=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4067 is #41BF98. Grayscale: #6A6A6A. Windows color (decimal): -4308889 or 6766782. OLE color: 6766782.
HSL color Cylindrical-coordinate representation of color #BE4067: hue angle of 341.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4067 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 103 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.25 |
| HSL | 341.43º | 0.5% | 0.5% | - |
| HSV(B) | 341.43º | 0.66% | 0.75% | - |
| XYZ | 25.52 | 15.59 | 14.5 | - |
| YUV | 106.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 103 | 0 | 0.66 | 0.46 | 0.25 | 341.43 | 0.5 | 0.5 |
| Hex | BE | 40 | 67 | 0 | 42 | 2E | 19 | 155 | 32 | 32 |
| Octal | 276 | 100 | 147 | 0 | 102 | 56 | 31 | 525 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1100111 | 0 | 1000010 | 101110 | 11001 | 101010101 | 110010 | 110010 |
Color Harmonies of #BE4067
Complementary color
Monochromatic Colors of #BE4067
Black with #BE4067
Text Example
Text Example
White with #BE4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4067; }
p { color: rgb(190,64,103); }
H1.HeaderClassName
{
color: #BE4067;
}
.AnyTagClassName
{
color: #BE4067;
}
</style>
background-color css
<style>
a { background-color: #BE4067; }
a { background-color: rgb(190,64,103); }
div.DivClassName
{
background-color: #BE4067;
}
.BgClassName
{
background-color: #BE4067;
}
</style>
border-color css
<style>
span { border-color: #BE4067; }
span { border-color: rgb(190,64,103); }
td.TdClassName
{
border-color: #BE4067;
}
.TagClassName
{
border-color: #BE4067;
}
</style>