Shades of Old Rose #BE2A4D
Tints of Old Rose #BE2A4D
RGB
CMYK
RGB Variations
Color information
#BE2A4D (or 0xBE2A4D) is known color: Old Rose. HEX triplet: BE, 2A and 4D. RGB value is (190,42,77). Sum of RGB (Red+Green+Blue) = 190+42+77=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A4D is #41D5B2. Grayscale: #5A5A5A. Windows color (decimal): -4314547 or 5057214. OLE color: 5057214.
HSL color Cylindrical-coordinate representation of color #BE2A4D: hue angle of 345.81º 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 #BE2A4D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 77 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.25 |
| HSL | 345.81º | 0.64% | 0.45% | - |
| HSV(B) | 345.81º | 0.78% | 0.75% | - |
| XYZ | 23.4 | 13.14 | 8.32 | - |
| YUV | 90.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 77 | 0 | 0.78 | 0.59 | 0.25 | 345.81 | 0.64 | 0.45 |
| Hex | BE | 2A | 4D | 0 | 4E | 3B | 19 | 15A | 40 | 2D |
| Octal | 276 | 52 | 115 | 0 | 116 | 73 | 31 | 532 | 100 | 55 |
| Binary | 10111110 | 101010 | 1001101 | 0 | 1001110 | 111011 | 11001 | 101011010 | 1000000 | 101101 |
Color Harmonies of #BE2A4D
Complementary color
Monochromatic Colors of #BE2A4D
Black with #BE2A4D
Text Example
Text Example
White with #BE2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A4D; }
p { color: rgb(190,42,77); }
H1.HeaderClassName
{
color: #BE2A4D;
}
.AnyTagClassName
{
color: #BE2A4D;
}
</style>
background-color css
<style>
a { background-color: #BE2A4D; }
a { background-color: rgb(190,42,77); }
div.DivClassName
{
background-color: #BE2A4D;
}
.BgClassName
{
background-color: #BE2A4D;
}
</style>
border-color css
<style>
span { border-color: #BE2A4D; }
span { border-color: rgb(190,42,77); }
td.TdClassName
{
border-color: #BE2A4D;
}
.TagClassName
{
border-color: #BE2A4D;
}
</style>