Shades of Old Rose #BE2149
Tints of Old Rose #BE2149
RGB
CMYK
RGB Variations
Color information
#BE2149 (or 0xBE2149) is known color: Old Rose. HEX triplet: BE, 21 and 49. RGB value is (190,33,73). Sum of RGB (Red+Green+Blue) = 190+33+73=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2149 is #41DEB6. Grayscale: #545454. Windows color (decimal): -4316855 or 4792766. OLE color: 4792766.
HSL color Cylindrical-coordinate representation of color #BE2149: hue angle of 344.71º 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 #BE2149 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 73 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.25 |
| HSL | 344.71º | 0.7% | 0.44% | - |
| HSV(B) | 344.71º | 0.83% | 0.75% | - |
| XYZ | 22.98 | 12.52 | 7.51 | - |
| YUV | 84.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 73 | 0 | 0.83 | 0.62 | 0.25 | 344.71 | 0.7 | 0.44 |
| Hex | BE | 21 | 49 | 0 | 53 | 3E | 19 | 159 | 46 | 2C |
| Octal | 276 | 41 | 111 | 0 | 123 | 76 | 31 | 531 | 106 | 54 |
| Binary | 10111110 | 100001 | 1001001 | 0 | 1010011 | 111110 | 11001 | 101011001 | 1000110 | 101100 |
Color Harmonies of #BE2149
Complementary color
Monochromatic Colors of #BE2149
Black with #BE2149
Text Example
Text Example
White with #BE2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2149; }
p { color: rgb(190,33,73); }
H1.HeaderClassName
{
color: #BE2149;
}
.AnyTagClassName
{
color: #BE2149;
}
</style>
background-color css
<style>
a { background-color: #BE2149; }
a { background-color: rgb(190,33,73); }
div.DivClassName
{
background-color: #BE2149;
}
.BgClassName
{
background-color: #BE2149;
}
</style>
border-color css
<style>
span { border-color: #BE2149; }
span { border-color: rgb(190,33,73); }
td.TdClassName
{
border-color: #BE2149;
}
.TagClassName
{
border-color: #BE2149;
}
</style>