Shades of Old Rose #BE2151
Tints of Old Rose #BE2151
RGB
CMYK
RGB Variations
Color information
#BE2151 (or 0xBE2151) is known color: Old Rose. HEX triplet: BE, 21 and 51. RGB value is (190,33,81). Sum of RGB (Red+Green+Blue) = 190+33+81=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2151 is #41DEAE. Grayscale: #555555. Windows color (decimal): -4316847 or 5317054. OLE color: 5317054.
HSL color Cylindrical-coordinate representation of color #BE2151: hue angle of 341.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2151 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 81 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.25 |
| HSL | 341.66º | 0.7% | 0.44% | - |
| HSV(B) | 341.66º | 0.83% | 0.75% | - |
| XYZ | 23.26 | 12.63 | 9 | - |
| YUV | 85.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 81 | 0 | 0.83 | 0.57 | 0.25 | 341.66 | 0.7 | 0.44 |
| Hex | BE | 21 | 51 | 0 | 53 | 39 | 19 | 156 | 46 | 2C |
| Octal | 276 | 41 | 121 | 0 | 123 | 71 | 31 | 526 | 106 | 54 |
| Binary | 10111110 | 100001 | 1010001 | 0 | 1010011 | 111001 | 11001 | 101010110 | 1000110 | 101100 |
Color Harmonies of #BE2151
Complementary color
Monochromatic Colors of #BE2151
Black with #BE2151
Text Example
Text Example
White with #BE2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2151; }
p { color: rgb(190,33,81); }
H1.HeaderClassName
{
color: #BE2151;
}
.AnyTagClassName
{
color: #BE2151;
}
</style>
background-color css
<style>
a { background-color: #BE2151; }
a { background-color: rgb(190,33,81); }
div.DivClassName
{
background-color: #BE2151;
}
.BgClassName
{
background-color: #BE2151;
}
</style>
border-color css
<style>
span { border-color: #BE2151; }
span { border-color: rgb(190,33,81); }
td.TdClassName
{
border-color: #BE2151;
}
.TagClassName
{
border-color: #BE2151;
}
</style>