Shades of Old Rose #BE295A
Tints of Old Rose #BE295A
RGB
CMYK
RGB Variations
Color information
#BE295A (or 0xBE295A) is known color: Old Rose. HEX triplet: BE, 29 and 5A. RGB value is (190,41,90). Sum of RGB (Red+Green+Blue) = 190+41+90=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE295A is #41D6A5. Grayscale: #5B5B5B. Windows color (decimal): -4314790 or 5908926. OLE color: 5908926.
HSL color Cylindrical-coordinate representation of color #BE295A: hue angle of 340.27º degrees, saturation: 0.65, 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 #BE295A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 90 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.25 |
| HSL | 340.27º | 0.65% | 0.45% | - |
| HSV(B) | 340.27º | 0.78% | 0.75% | - |
| XYZ | 23.87 | 13.27 | 10.98 | - |
| YUV | 91.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 90 | 0 | 0.78 | 0.53 | 0.25 | 340.27 | 0.65 | 0.45 |
| Hex | BE | 29 | 5A | 0 | 4E | 35 | 19 | 154 | 41 | 2D |
| Octal | 276 | 51 | 132 | 0 | 116 | 65 | 31 | 524 | 101 | 55 |
| Binary | 10111110 | 101001 | 1011010 | 0 | 1001110 | 110101 | 11001 | 101010100 | 1000001 | 101101 |
Color Harmonies of #BE295A
Complementary color
Monochromatic Colors of #BE295A
Black with #BE295A
Text Example
Text Example
White with #BE295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE295A; }
p { color: rgb(190,41,90); }
H1.HeaderClassName
{
color: #BE295A;
}
.AnyTagClassName
{
color: #BE295A;
}
</style>
background-color css
<style>
a { background-color: #BE295A; }
a { background-color: rgb(190,41,90); }
div.DivClassName
{
background-color: #BE295A;
}
.BgClassName
{
background-color: #BE295A;
}
</style>
border-color css
<style>
span { border-color: #BE295A; }
span { border-color: rgb(190,41,90); }
td.TdClassName
{
border-color: #BE295A;
}
.TagClassName
{
border-color: #BE295A;
}
</style>