Shades of Old Rose #BE1553
Tints of Old Rose #BE1553
RGB
CMYK
RGB Variations
Color information
#BE1553 (or 0xBE1553) is known color: Old Rose. HEX triplet: BE, 15 and 53. RGB value is (190,21,83). Sum of RGB (Red+Green+Blue) = 190+21+83=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1553 is #41EAAC. Grayscale: #4E4E4E. Windows color (decimal): -4319917 or 5445054. OLE color: 5445054.
HSL color Cylindrical-coordinate representation of color #BE1553: hue angle of 337.99º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1553 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 83 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.25 |
| HSL | 337.99º | 0.8% | 0.41% | - |
| HSV(B) | 337.99º | 0.89% | 0.75% | - |
| XYZ | 23.06 | 12.11 | 9.31 | - |
| YUV | 78.6 | 130.49 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 83 | 0 | 0.89 | 0.56 | 0.25 | 337.99 | 0.8 | 0.41 |
| Hex | BE | 15 | 53 | 0 | 59 | 38 | 19 | 152 | 50 | 29 |
| Octal | 276 | 25 | 123 | 0 | 131 | 70 | 31 | 522 | 120 | 51 |
| Binary | 10111110 | 10101 | 1010011 | 0 | 1011001 | 111000 | 11001 | 101010010 | 1010000 | 101001 |
Color Harmonies of #BE1553
Complementary color
Monochromatic Colors of #BE1553
Black with #BE1553
Text Example
Text Example
White with #BE1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1553; }
p { color: rgb(190,21,83); }
H1.HeaderClassName
{
color: #BE1553;
}
.AnyTagClassName
{
color: #BE1553;
}
</style>
background-color css
<style>
a { background-color: #BE1553; }
a { background-color: rgb(190,21,83); }
div.DivClassName
{
background-color: #BE1553;
}
.BgClassName
{
background-color: #BE1553;
}
</style>
border-color css
<style>
span { border-color: #BE1553; }
span { border-color: rgb(190,21,83); }
td.TdClassName
{
border-color: #BE1553;
}
.TagClassName
{
border-color: #BE1553;
}
</style>