Shades of Old Rose #BE2260
Tints of Old Rose #BE2260
RGB
CMYK
RGB Variations
Color information
#BE2260 (or 0xBE2260) is known color: Old Rose. HEX triplet: BE, 22 and 60. RGB value is (190,34,96). Sum of RGB (Red+Green+Blue) = 190+34+96=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2260 is #41DD9F. Grayscale: #575757. Windows color (decimal): -4316576 or 6300350. OLE color: 6300350.
HSL color Cylindrical-coordinate representation of color #BE2260: hue angle of 336.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2260 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 96 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.25 |
| HSL | 336.15º | 0.7% | 0.44% | - |
| HSV(B) | 336.15º | 0.82% | 0.75% | - |
| XYZ | 23.92 | 12.94 | 12.3 | - |
| YUV | 87.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 96 | 0 | 0.82 | 0.49 | 0.25 | 336.15 | 0.7 | 0.44 |
| Hex | BE | 22 | 60 | 0 | 52 | 31 | 19 | 150 | 46 | 2C |
| Octal | 276 | 42 | 140 | 0 | 122 | 61 | 31 | 520 | 106 | 54 |
| Binary | 10111110 | 100010 | 1100000 | 0 | 1010010 | 110001 | 11001 | 101010000 | 1000110 | 101100 |
Color Harmonies of #BE2260
Complementary color
Monochromatic Colors of #BE2260
Black with #BE2260
Text Example
Text Example
White with #BE2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2260; }
p { color: rgb(190,34,96); }
H1.HeaderClassName
{
color: #BE2260;
}
.AnyTagClassName
{
color: #BE2260;
}
</style>
background-color css
<style>
a { background-color: #BE2260; }
a { background-color: rgb(190,34,96); }
div.DivClassName
{
background-color: #BE2260;
}
.BgClassName
{
background-color: #BE2260;
}
</style>
border-color css
<style>
span { border-color: #BE2260; }
span { border-color: rgb(190,34,96); }
td.TdClassName
{
border-color: #BE2260;
}
.TagClassName
{
border-color: #BE2260;
}
</style>