Shades of Old Rose #BE2560
Tints of Old Rose #BE2560
RGB
CMYK
RGB Variations
Color information
#BE2560 (or 0xBE2560) is known color: Old Rose. HEX triplet: BE, 25 and 60. RGB value is (190,37,96). Sum of RGB (Red+Green+Blue) = 190+37+96=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2560 is #41DA9F. Grayscale: #595959. Windows color (decimal): -4315808 or 6301118. OLE color: 6301118.
HSL color Cylindrical-coordinate representation of color #BE2560: hue angle of 336.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2560 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 96 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.25 |
| HSL | 336.86º | 0.67% | 0.45% | - |
| HSV(B) | 336.86º | 0.81% | 0.75% | - |
| XYZ | 24.01 | 13.11 | 12.33 | - |
| YUV | 89.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 96 | 0 | 0.81 | 0.49 | 0.25 | 336.86 | 0.67 | 0.45 |
| Hex | BE | 25 | 60 | 0 | 51 | 31 | 19 | 151 | 43 | 2D |
| Octal | 276 | 45 | 140 | 0 | 121 | 61 | 31 | 521 | 103 | 55 |
| Binary | 10111110 | 100101 | 1100000 | 0 | 1010001 | 110001 | 11001 | 101010001 | 1000011 | 101101 |
Color Harmonies of #BE2560
Complementary color
Monochromatic Colors of #BE2560
Black with #BE2560
Text Example
Text Example
White with #BE2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2560; }
p { color: rgb(190,37,96); }
H1.HeaderClassName
{
color: #BE2560;
}
.AnyTagClassName
{
color: #BE2560;
}
</style>
background-color css
<style>
a { background-color: #BE2560; }
a { background-color: rgb(190,37,96); }
div.DivClassName
{
background-color: #BE2560;
}
.BgClassName
{
background-color: #BE2560;
}
</style>
border-color css
<style>
span { border-color: #BE2560; }
span { border-color: rgb(190,37,96); }
td.TdClassName
{
border-color: #BE2560;
}
.TagClassName
{
border-color: #BE2560;
}
</style>