Shades of Old Rose #BE295B
Tints of Old Rose #BE295B
RGB
CMYK
RGB Variations
Color information
#BE295B (or 0xBE295B) is known color: Old Rose. HEX triplet: BE, 29 and 5B. RGB value is (190,41,91). Sum of RGB (Red+Green+Blue) = 190+41+91=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE295B is #41D6A4. Grayscale: #5B5B5B. Windows color (decimal): -4314789 or 5974462. OLE color: 5974462.
HSL color Cylindrical-coordinate representation of color #BE295B: hue angle of 339.87º 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 #BE295B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 91 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.25 |
| HSL | 339.87º | 0.65% | 0.45% | - |
| HSV(B) | 339.87º | 0.78% | 0.75% | - |
| XYZ | 23.92 | 13.29 | 11.2 | - |
| YUV | 91.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 91 | 0 | 0.78 | 0.52 | 0.25 | 339.87 | 0.65 | 0.45 |
| Hex | BE | 29 | 5B | 0 | 4E | 34 | 19 | 154 | 41 | 2D |
| Octal | 276 | 51 | 133 | 0 | 116 | 64 | 31 | 524 | 101 | 55 |
| Binary | 10111110 | 101001 | 1011011 | 0 | 1001110 | 110100 | 11001 | 101010100 | 1000001 | 101101 |
Color Harmonies of #BE295B
Complementary color
Monochromatic Colors of #BE295B
Black with #BE295B
Text Example
Text Example
White with #BE295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE295B; }
p { color: rgb(190,41,91); }
H1.HeaderClassName
{
color: #BE295B;
}
.AnyTagClassName
{
color: #BE295B;
}
</style>
background-color css
<style>
a { background-color: #BE295B; }
a { background-color: rgb(190,41,91); }
div.DivClassName
{
background-color: #BE295B;
}
.BgClassName
{
background-color: #BE295B;
}
</style>
border-color css
<style>
span { border-color: #BE295B; }
span { border-color: rgb(190,41,91); }
td.TdClassName
{
border-color: #BE295B;
}
.TagClassName
{
border-color: #BE295B;
}
</style>