Shades of Old Rose #BE2455
Tints of Old Rose #BE2455
RGB
CMYK
RGB Variations
Color information
#BE2455 (or 0xBE2455) is known color: Old Rose. HEX triplet: BE, 24 and 55. RGB value is (190,36,85). Sum of RGB (Red+Green+Blue) = 190+36+85=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2455 is #41DBAA. Grayscale: #575757. Windows color (decimal): -4316075 or 5579966. OLE color: 5579966.
HSL color Cylindrical-coordinate representation of color #BE2455: hue angle of 340.91º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2455 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 85 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.25 |
| HSL | 340.91º | 0.68% | 0.44% | - |
| HSV(B) | 340.91º | 0.81% | 0.75% | - |
| XYZ | 23.51 | 12.86 | 9.84 | - |
| YUV | 87.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 85 | 0 | 0.81 | 0.55 | 0.25 | 340.91 | 0.68 | 0.44 |
| Hex | BE | 24 | 55 | 0 | 51 | 37 | 19 | 155 | 44 | 2C |
| Octal | 276 | 44 | 125 | 0 | 121 | 67 | 31 | 525 | 104 | 54 |
| Binary | 10111110 | 100100 | 1010101 | 0 | 1010001 | 110111 | 11001 | 101010101 | 1000100 | 101100 |
Color Harmonies of #BE2455
Complementary color
Monochromatic Colors of #BE2455
Black with #BE2455
Text Example
Text Example
White with #BE2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2455; }
p { color: rgb(190,36,85); }
H1.HeaderClassName
{
color: #BE2455;
}
.AnyTagClassName
{
color: #BE2455;
}
</style>
background-color css
<style>
a { background-color: #BE2455; }
a { background-color: rgb(190,36,85); }
div.DivClassName
{
background-color: #BE2455;
}
.BgClassName
{
background-color: #BE2455;
}
</style>
border-color css
<style>
span { border-color: #BE2455; }
span { border-color: rgb(190,36,85); }
td.TdClassName
{
border-color: #BE2455;
}
.TagClassName
{
border-color: #BE2455;
}
</style>