Shades of Royal Heath #BE3D6F
Tints of Royal Heath #BE3D6F
RGB
CMYK
RGB Variations
Color information
#BE3D6F (or 0xBE3D6F) is known color: Royal Heath. HEX triplet: BE, 3D and 6F. RGB value is (190,61,111). Sum of RGB (Red+Green+Blue) = 190+61+111=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D6F is #41C290. Grayscale: #696969. Windows color (decimal): -4309649 or 7290302. OLE color: 7290302.
HSL color Cylindrical-coordinate representation of color #BE3D6F: hue angle of 336.74º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D6F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 111 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.25 |
| HSL | 336.74º | 0.51% | 0.49% | - |
| HSV(B) | 336.74º | 0.68% | 0.75% | - |
| XYZ | 25.77 | 15.43 | 16.66 | - |
| YUV | 105.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 111 | 0 | 0.68 | 0.42 | 0.25 | 336.74 | 0.51 | 0.49 |
| Hex | BE | 3D | 6F | 0 | 44 | 2A | 19 | 151 | 33 | 31 |
| Octal | 276 | 75 | 157 | 0 | 104 | 52 | 31 | 521 | 63 | 61 |
| Binary | 10111110 | 111101 | 1101111 | 0 | 1000100 | 101010 | 11001 | 101010001 | 110011 | 110001 |
Color Harmonies of #BE3D6F
Complementary color
Monochromatic Colors of #BE3D6F
Black with #BE3D6F
Text Example
Text Example
White with #BE3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D6F; }
p { color: rgb(190,61,111); }
H1.HeaderClassName
{
color: #BE3D6F;
}
.AnyTagClassName
{
color: #BE3D6F;
}
</style>
background-color css
<style>
a { background-color: #BE3D6F; }
a { background-color: rgb(190,61,111); }
div.DivClassName
{
background-color: #BE3D6F;
}
.BgClassName
{
background-color: #BE3D6F;
}
</style>
border-color css
<style>
span { border-color: #BE3D6F; }
span { border-color: rgb(190,61,111); }
td.TdClassName
{
border-color: #BE3D6F;
}
.TagClassName
{
border-color: #BE3D6F;
}
</style>