Shades of Royal Heath #BE486D
Tints of Royal Heath #BE486D
RGB
CMYK
RGB Variations
Color information
#BE486D (or 0xBE486D) is known color: Royal Heath. HEX triplet: BE, 48 and 6D. RGB value is (190,72,109). Sum of RGB (Red+Green+Blue) = 190+72+109=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE486D is #41B792. Grayscale: #6F6F6F. Windows color (decimal): -4306835 or 7162046. OLE color: 7162046.
HSL color Cylindrical-coordinate representation of color #BE486D: hue angle of 341.19º 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 #BE486D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 109 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 341.19º | 0.48% | 0.51% | - |
| HSV(B) | 341.19º | 0.62% | 0.75% | - |
| XYZ | 26.31 | 16.69 | 16.3 | - |
| YUV | 111.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 109 | 0 | 0.62 | 0.43 | 0.25 | 341.19 | 0.48 | 0.51 |
| Hex | BE | 48 | 6D | 0 | 3E | 2B | 19 | 155 | 30 | 33 |
| Octal | 276 | 110 | 155 | 0 | 76 | 53 | 31 | 525 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1101101 | 0 | 111110 | 101011 | 11001 | 101010101 | 110000 | 110011 |
Color Harmonies of #BE486D
Complementary color
Monochromatic Colors of #BE486D
Black with #BE486D
Text Example
Text Example
White with #BE486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE486D; }
p { color: rgb(190,72,109); }
H1.HeaderClassName
{
color: #BE486D;
}
.AnyTagClassName
{
color: #BE486D;
}
</style>
background-color css
<style>
a { background-color: #BE486D; }
a { background-color: rgb(190,72,109); }
div.DivClassName
{
background-color: #BE486D;
}
.BgClassName
{
background-color: #BE486D;
}
</style>
border-color css
<style>
span { border-color: #BE486D; }
span { border-color: rgb(190,72,109); }
td.TdClassName
{
border-color: #BE486D;
}
.TagClassName
{
border-color: #BE486D;
}
</style>