Shades of Old Rose #BE2A5A
Tints of Old Rose #BE2A5A
RGB
CMYK
RGB Variations
Color information
#BE2A5A (or 0xBE2A5A) is known color: Old Rose. HEX triplet: BE, 2A and 5A. RGB value is (190,42,90). Sum of RGB (Red+Green+Blue) = 190+42+90=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A5A is #41D5A5. Grayscale: #5B5B5B. Windows color (decimal): -4314534 or 5909182. OLE color: 5909182.
HSL color Cylindrical-coordinate representation of color #BE2A5A: hue angle of 340.54º 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 #BE2A5A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 90 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.25 |
| HSL | 340.54º | 0.64% | 0.45% | - |
| HSV(B) | 340.54º | 0.78% | 0.75% | - |
| XYZ | 23.91 | 13.34 | 10.99 | - |
| YUV | 91.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 90 | 0 | 0.78 | 0.53 | 0.25 | 340.54 | 0.64 | 0.45 |
| Hex | BE | 2A | 5A | 0 | 4E | 35 | 19 | 155 | 40 | 2D |
| Octal | 276 | 52 | 132 | 0 | 116 | 65 | 31 | 525 | 100 | 55 |
| Binary | 10111110 | 101010 | 1011010 | 0 | 1001110 | 110101 | 11001 | 101010101 | 1000000 | 101101 |
Color Harmonies of #BE2A5A
Complementary color
Monochromatic Colors of #BE2A5A
Black with #BE2A5A
Text Example
Text Example
White with #BE2A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A5A; }
p { color: rgb(190,42,90); }
H1.HeaderClassName
{
color: #BE2A5A;
}
.AnyTagClassName
{
color: #BE2A5A;
}
</style>
background-color css
<style>
a { background-color: #BE2A5A; }
a { background-color: rgb(190,42,90); }
div.DivClassName
{
background-color: #BE2A5A;
}
.BgClassName
{
background-color: #BE2A5A;
}
</style>
border-color css
<style>
span { border-color: #BE2A5A; }
span { border-color: rgb(190,42,90); }
td.TdClassName
{
border-color: #BE2A5A;
}
.TagClassName
{
border-color: #BE2A5A;
}
</style>