Shades of Royal Heath #BE436B
Tints of Royal Heath #BE436B
RGB
CMYK
RGB Variations
Color information
#BE436B (or 0xBE436B) is known color: Royal Heath. HEX triplet: BE, 43 and 6B. RGB value is (190,67,107). Sum of RGB (Red+Green+Blue) = 190+67+107=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE436B is #41BC94. Grayscale: #6C6C6C. Windows color (decimal): -4308117 or 7029694. OLE color: 7029694.
HSL color Cylindrical-coordinate representation of color #BE436B: hue angle of 340.49º 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 #BE436B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 107 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.25 |
| HSL | 340.49º | 0.49% | 0.5% | - |
| HSV(B) | 340.49º | 0.65% | 0.75% | - |
| XYZ | 25.9 | 16.02 | 15.64 | - |
| YUV | 108.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 107 | 0 | 0.65 | 0.44 | 0.25 | 340.49 | 0.49 | 0.5 |
| Hex | BE | 43 | 6B | 0 | 41 | 2C | 19 | 154 | 31 | 32 |
| Octal | 276 | 103 | 153 | 0 | 101 | 54 | 31 | 524 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1101011 | 0 | 1000001 | 101100 | 11001 | 101010100 | 110001 | 110010 |
Color Harmonies of #BE436B
Complementary color
Monochromatic Colors of #BE436B
Black with #BE436B
Text Example
Text Example
White with #BE436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE436B; }
p { color: rgb(190,67,107); }
H1.HeaderClassName
{
color: #BE436B;
}
.AnyTagClassName
{
color: #BE436B;
}
</style>
background-color css
<style>
a { background-color: #BE436B; }
a { background-color: rgb(190,67,107); }
div.DivClassName
{
background-color: #BE436B;
}
.BgClassName
{
background-color: #BE436B;
}
</style>
border-color css
<style>
span { border-color: #BE436B; }
span { border-color: rgb(190,67,107); }
td.TdClassName
{
border-color: #BE436B;
}
.TagClassName
{
border-color: #BE436B;
}
</style>