Shades of Royal Heath #BE446B
Tints of Royal Heath #BE446B
RGB
CMYK
RGB Variations
Color information
#BE446B (or 0xBE446B) is known color: Royal Heath. HEX triplet: BE, 44 and 6B. RGB value is (190,68,107). Sum of RGB (Red+Green+Blue) = 190+68+107=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE446B is #41BB94. Grayscale: #6C6C6C. Windows color (decimal): -4307861 or 7029950. OLE color: 7029950.
HSL color Cylindrical-coordinate representation of color #BE446B: hue angle of 340.82º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE446B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 107 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.25 |
| HSL | 340.82º | 0.48% | 0.51% | - |
| HSV(B) | 340.82º | 0.64% | 0.75% | - |
| XYZ | 25.96 | 16.14 | 15.66 | - |
| YUV | 108.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 107 | 0 | 0.64 | 0.44 | 0.25 | 340.82 | 0.48 | 0.51 |
| Hex | BE | 44 | 6B | 0 | 40 | 2C | 19 | 155 | 30 | 33 |
| Octal | 276 | 104 | 153 | 0 | 100 | 54 | 31 | 525 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1101011 | 0 | 1000000 | 101100 | 11001 | 101010101 | 110000 | 110011 |
Color Harmonies of #BE446B
Complementary color
Monochromatic Colors of #BE446B
Black with #BE446B
Text Example
Text Example
White with #BE446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE446B; }
p { color: rgb(190,68,107); }
H1.HeaderClassName
{
color: #BE446B;
}
.AnyTagClassName
{
color: #BE446B;
}
</style>
background-color css
<style>
a { background-color: #BE446B; }
a { background-color: rgb(190,68,107); }
div.DivClassName
{
background-color: #BE446B;
}
.BgClassName
{
background-color: #BE446B;
}
</style>
border-color css
<style>
span { border-color: #BE446B; }
span { border-color: rgb(190,68,107); }
td.TdClassName
{
border-color: #BE446B;
}
.TagClassName
{
border-color: #BE446B;
}
</style>