Shades of Royal Heath #BE3873
Tints of Royal Heath #BE3873
RGB
CMYK
RGB Variations
Color information
#BE3873 (or 0xBE3873) is known color: Royal Heath. HEX triplet: BE, 38 and 73. RGB value is (190,56,115). Sum of RGB (Red+Green+Blue) = 190+56+115=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3873 is #41C78C. Grayscale: #666666. Windows color (decimal): -4310925 or 7551166. OLE color: 7551166.
HSL color Cylindrical-coordinate representation of color #BE3873: hue angle of 333.58º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3873 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 115 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.25 |
| HSL | 333.58º | 0.54% | 0.48% | - |
| HSV(B) | 333.58º | 0.71% | 0.75% | - |
| XYZ | 25.74 | 15.01 | 17.76 | - |
| YUV | 102.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 115 | 0 | 0.71 | 0.39 | 0.25 | 333.58 | 0.54 | 0.48 |
| Hex | BE | 38 | 73 | 0 | 47 | 27 | 19 | 14E | 36 | 30 |
| Octal | 276 | 70 | 163 | 0 | 107 | 47 | 31 | 516 | 66 | 60 |
| Binary | 10111110 | 111000 | 1110011 | 0 | 1000111 | 100111 | 11001 | 101001110 | 110110 | 110000 |
Color Harmonies of #BE3873
Complementary color
Monochromatic Colors of #BE3873
Black with #BE3873
Text Example
Text Example
White with #BE3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3873; }
p { color: rgb(190,56,115); }
H1.HeaderClassName
{
color: #BE3873;
}
.AnyTagClassName
{
color: #BE3873;
}
</style>
background-color css
<style>
a { background-color: #BE3873; }
a { background-color: rgb(190,56,115); }
div.DivClassName
{
background-color: #BE3873;
}
.BgClassName
{
background-color: #BE3873;
}
</style>
border-color css
<style>
span { border-color: #BE3873; }
span { border-color: rgb(190,56,115); }
td.TdClassName
{
border-color: #BE3873;
}
.TagClassName
{
border-color: #BE3873;
}
</style>