Shades of Royal Heath #BE436F
Tints of Royal Heath #BE436F
RGB
CMYK
RGB Variations
Color information
#BE436F (or 0xBE436F) is known color: Royal Heath. HEX triplet: BE, 43 and 6F. RGB value is (190,67,111). Sum of RGB (Red+Green+Blue) = 190+67+111=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE436F is #41BC90. Grayscale: #6C6C6C. Windows color (decimal): -4308113 or 7291838. OLE color: 7291838.
HSL color Cylindrical-coordinate representation of color #BE436F: hue angle of 338.54º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE436F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 111 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.25 |
| HSL | 338.54º | 0.49% | 0.5% | - |
| HSV(B) | 338.54º | 0.65% | 0.75% | - |
| XYZ | 26.11 | 16.11 | 16.77 | - |
| YUV | 108.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 111 | 0 | 0.65 | 0.42 | 0.25 | 338.54 | 0.49 | 0.5 |
| Hex | BE | 43 | 6F | 0 | 41 | 2A | 19 | 153 | 31 | 32 |
| Octal | 276 | 103 | 157 | 0 | 101 | 52 | 31 | 523 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1101111 | 0 | 1000001 | 101010 | 11001 | 101010011 | 110001 | 110010 |
Color Harmonies of #BE436F
Complementary color
Monochromatic Colors of #BE436F
Black with #BE436F
Text Example
Text Example
White with #BE436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE436F; }
p { color: rgb(190,67,111); }
H1.HeaderClassName
{
color: #BE436F;
}
.AnyTagClassName
{
color: #BE436F;
}
</style>
background-color css
<style>
a { background-color: #BE436F; }
a { background-color: rgb(190,67,111); }
div.DivClassName
{
background-color: #BE436F;
}
.BgClassName
{
background-color: #BE436F;
}
</style>
border-color css
<style>
span { border-color: #BE436F; }
span { border-color: rgb(190,67,111); }
td.TdClassName
{
border-color: #BE436F;
}
.TagClassName
{
border-color: #BE436F;
}
</style>