Shades of Old Rose #BE2E5E
Tints of Old Rose #BE2E5E
RGB
CMYK
RGB Variations
Color information
#BE2E5E (or 0xBE2E5E) is known color: Old Rose. HEX triplet: BE, 2E and 5E. RGB value is (190,46,94). Sum of RGB (Red+Green+Blue) = 190+46+94=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E5E is #41D1A1. Grayscale: #5E5E5E. Windows color (decimal): -4313506 or 6172350. OLE color: 6172350.
HSL color Cylindrical-coordinate representation of color #BE2E5E: hue angle of 340º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2E5E is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 94 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.25 |
| HSL | 340º | 0.61% | 0.46% | - |
| HSV(B) | 340º | 0.76% | 0.75% | - |
| XYZ | 24.23 | 13.71 | 11.96 | - |
| YUV | 94.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 94 | 0 | 0.76 | 0.51 | 0.25 | 340 | 0.61 | 0.46 |
| Hex | BE | 2E | 5E | 0 | 4C | 33 | 19 | 154 | 3D | 2E |
| Octal | 276 | 56 | 136 | 0 | 114 | 63 | 31 | 524 | 75 | 56 |
| Binary | 10111110 | 101110 | 1011110 | 0 | 1001100 | 110011 | 11001 | 101010100 | 111101 | 101110 |
Color Harmonies of #BE2E5E
Complementary color
Monochromatic Colors of #BE2E5E
Black with #BE2E5E
Text Example
Text Example
White with #BE2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E5E; }
p { color: rgb(190,46,94); }
H1.HeaderClassName
{
color: #BE2E5E;
}
.AnyTagClassName
{
color: #BE2E5E;
}
</style>
background-color css
<style>
a { background-color: #BE2E5E; }
a { background-color: rgb(190,46,94); }
div.DivClassName
{
background-color: #BE2E5E;
}
.BgClassName
{
background-color: #BE2E5E;
}
</style>
border-color css
<style>
span { border-color: #BE2E5E; }
span { border-color: rgb(190,46,94); }
td.TdClassName
{
border-color: #BE2E5E;
}
.TagClassName
{
border-color: #BE2E5E;
}
</style>