Shades of Old Rose #BE1E4D
Tints of Old Rose #BE1E4D
RGB
CMYK
RGB Variations
Color information
#BE1E4D (or 0xBE1E4D) is known color: Old Rose. HEX triplet: BE, 1E and 4D. RGB value is (190,30,77). Sum of RGB (Red+Green+Blue) = 190+30+77=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1E4D is #41E1B2. Grayscale: #535353. Windows color (decimal): -4317619 or 5054142. OLE color: 5054142.
HSL color Cylindrical-coordinate representation of color #BE1E4D: hue angle of 342.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E4D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 30 | 77 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.25 |
| HSL | 342.38º | 0.73% | 0.43% | - |
| HSV(B) | 342.38º | 0.84% | 0.75% | - |
| XYZ | 23.04 | 12.41 | 8.2 | - |
| YUV | 83.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 77 | 0 | 0.84 | 0.59 | 0.25 | 342.38 | 0.73 | 0.43 |
| Hex | BE | 1E | 4D | 0 | 54 | 3B | 19 | 156 | 49 | 2B |
| Octal | 276 | 36 | 115 | 0 | 124 | 73 | 31 | 526 | 111 | 53 |
| Binary | 10111110 | 11110 | 1001101 | 0 | 1010100 | 111011 | 11001 | 101010110 | 1001001 | 101011 |
Color Harmonies of #BE1E4D
Complementary color
Monochromatic Colors of #BE1E4D
Black with #BE1E4D
Text Example
Text Example
White with #BE1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1E4D; }
p { color: rgb(190,30,77); }
H1.HeaderClassName
{
color: #BE1E4D;
}
.AnyTagClassName
{
color: #BE1E4D;
}
</style>
background-color css
<style>
a { background-color: #BE1E4D; }
a { background-color: rgb(190,30,77); }
div.DivClassName
{
background-color: #BE1E4D;
}
.BgClassName
{
background-color: #BE1E4D;
}
</style>
border-color css
<style>
span { border-color: #BE1E4D; }
span { border-color: rgb(190,30,77); }
td.TdClassName
{
border-color: #BE1E4D;
}
.TagClassName
{
border-color: #BE1E4D;
}
</style>