Shades of Old Rose #BE2153
Tints of Old Rose #BE2153
RGB
CMYK
RGB Variations
Color information
#BE2153 (or 0xBE2153) is known color: Old Rose. HEX triplet: BE, 21 and 53. RGB value is (190,33,83). Sum of RGB (Red+Green+Blue) = 190+33+83=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2153 is #41DEAC. Grayscale: #555555. Windows color (decimal): -4316845 or 5448126. OLE color: 5448126.
HSL color Cylindrical-coordinate representation of color #BE2153: hue angle of 340.89º 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 #BE2153 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 83 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.25 |
| HSL | 340.89º | 0.7% | 0.44% | - |
| HSV(B) | 340.89º | 0.83% | 0.75% | - |
| XYZ | 23.34 | 12.66 | 9.4 | - |
| YUV | 85.64 | 126.51 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 83 | 0 | 0.83 | 0.56 | 0.25 | 340.89 | 0.7 | 0.44 |
| Hex | BE | 21 | 53 | 0 | 53 | 38 | 19 | 155 | 46 | 2C |
| Octal | 276 | 41 | 123 | 0 | 123 | 70 | 31 | 525 | 106 | 54 |
| Binary | 10111110 | 100001 | 1010011 | 0 | 1010011 | 111000 | 11001 | 101010101 | 1000110 | 101100 |
Color Harmonies of #BE2153
Complementary color
Monochromatic Colors of #BE2153
Black with #BE2153
Text Example
Text Example
White with #BE2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2153; }
p { color: rgb(190,33,83); }
H1.HeaderClassName
{
color: #BE2153;
}
.AnyTagClassName
{
color: #BE2153;
}
</style>
background-color css
<style>
a { background-color: #BE2153; }
a { background-color: rgb(190,33,83); }
div.DivClassName
{
background-color: #BE2153;
}
.BgClassName
{
background-color: #BE2153;
}
</style>
border-color css
<style>
span { border-color: #BE2153; }
span { border-color: rgb(190,33,83); }
td.TdClassName
{
border-color: #BE2153;
}
.TagClassName
{
border-color: #BE2153;
}
</style>