Shades of Old Rose #BE2A4E
Tints of Old Rose #BE2A4E
RGB
CMYK
RGB Variations
Color information
#BE2A4E (or 0xBE2A4E) is known color: Old Rose. HEX triplet: BE, 2A and 4E. RGB value is (190,42,78). Sum of RGB (Red+Green+Blue) = 190+42+78=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A4E is #41D5B1. Grayscale: #5A5A5A. Windows color (decimal): -4314546 or 5122750. OLE color: 5122750.
HSL color Cylindrical-coordinate representation of color #BE2A4E: hue angle of 345.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A4E is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 78 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.25 |
| HSL | 345.41º | 0.64% | 0.45% | - |
| HSV(B) | 345.41º | 0.78% | 0.75% | - |
| XYZ | 23.44 | 13.15 | 8.51 | - |
| YUV | 90.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 78 | 0 | 0.78 | 0.59 | 0.25 | 345.41 | 0.64 | 0.45 |
| Hex | BE | 2A | 4E | 0 | 4E | 3B | 19 | 159 | 40 | 2D |
| Octal | 276 | 52 | 116 | 0 | 116 | 73 | 31 | 531 | 100 | 55 |
| Binary | 10111110 | 101010 | 1001110 | 0 | 1001110 | 111011 | 11001 | 101011001 | 1000000 | 101101 |
Color Harmonies of #BE2A4E
Complementary color
Monochromatic Colors of #BE2A4E
Black with #BE2A4E
Text Example
Text Example
White with #BE2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A4E; }
p { color: rgb(190,42,78); }
H1.HeaderClassName
{
color: #BE2A4E;
}
.AnyTagClassName
{
color: #BE2A4E;
}
</style>
background-color css
<style>
a { background-color: #BE2A4E; }
a { background-color: rgb(190,42,78); }
div.DivClassName
{
background-color: #BE2A4E;
}
.BgClassName
{
background-color: #BE2A4E;
}
</style>
border-color css
<style>
span { border-color: #BE2A4E; }
span { border-color: rgb(190,42,78); }
td.TdClassName
{
border-color: #BE2A4E;
}
.TagClassName
{
border-color: #BE2A4E;
}
</style>