Shades of Royal Heath #BE346F
Tints of Royal Heath #BE346F
RGB
CMYK
RGB Variations
Color information
#BE346F (or 0xBE346F) is known color: Royal Heath. HEX triplet: BE, 34 and 6F. RGB value is (190,52,111). Sum of RGB (Red+Green+Blue) = 190+52+111=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE346F is #41CB90. Grayscale: #636363. Windows color (decimal): -4311953 or 7287998. OLE color: 7287998.
HSL color Cylindrical-coordinate representation of color #BE346F: hue angle of 334.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE346F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 111 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.25 |
| HSL | 334.35º | 0.57% | 0.47% | - |
| HSV(B) | 334.35º | 0.73% | 0.75% | - |
| XYZ | 25.33 | 14.55 | 16.51 | - |
| YUV | 99.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 111 | 0 | 0.73 | 0.42 | 0.25 | 334.35 | 0.57 | 0.47 |
| Hex | BE | 34 | 6F | 0 | 49 | 2A | 19 | 14E | 39 | 2F |
| Octal | 276 | 64 | 157 | 0 | 111 | 52 | 31 | 516 | 71 | 57 |
| Binary | 10111110 | 110100 | 1101111 | 0 | 1001001 | 101010 | 11001 | 101001110 | 111001 | 101111 |
Color Harmonies of #BE346F
Complementary color
Monochromatic Colors of #BE346F
Black with #BE346F
Text Example
Text Example
White with #BE346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE346F; }
p { color: rgb(190,52,111); }
H1.HeaderClassName
{
color: #BE346F;
}
.AnyTagClassName
{
color: #BE346F;
}
</style>
background-color css
<style>
a { background-color: #BE346F; }
a { background-color: rgb(190,52,111); }
div.DivClassName
{
background-color: #BE346F;
}
.BgClassName
{
background-color: #BE346F;
}
</style>
border-color css
<style>
span { border-color: #BE346F; }
span { border-color: rgb(190,52,111); }
td.TdClassName
{
border-color: #BE346F;
}
.TagClassName
{
border-color: #BE346F;
}
</style>