Shades of Old Rose #BE2D49
Tints of Old Rose #BE2D49
RGB
CMYK
RGB Variations
Color information
#BE2D49 (or 0xBE2D49) is known color: Old Rose. HEX triplet: BE, 2D and 49. RGB value is (190,45,73). Sum of RGB (Red+Green+Blue) = 190+45+73=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D49 is #41D2B6. Grayscale: #5B5B5B. Windows color (decimal): -4313783 or 4795838. OLE color: 4795838.
HSL color Cylindrical-coordinate representation of color #BE2D49: hue angle of 348.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D49 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 73 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.25 |
| HSL | 348.41º | 0.62% | 0.46% | - |
| HSV(B) | 348.41º | 0.76% | 0.75% | - |
| XYZ | 23.38 | 13.3 | 7.64 | - |
| YUV | 91.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 73 | 0 | 0.76 | 0.62 | 0.25 | 348.41 | 0.62 | 0.46 |
| Hex | BE | 2D | 49 | 0 | 4C | 3E | 19 | 15C | 3E | 2E |
| Octal | 276 | 55 | 111 | 0 | 114 | 76 | 31 | 534 | 76 | 56 |
| Binary | 10111110 | 101101 | 1001001 | 0 | 1001100 | 111110 | 11001 | 101011100 | 111110 | 101110 |
Color Harmonies of #BE2D49
Complementary color
Monochromatic Colors of #BE2D49
Black with #BE2D49
Text Example
Text Example
White with #BE2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D49; }
p { color: rgb(190,45,73); }
H1.HeaderClassName
{
color: #BE2D49;
}
.AnyTagClassName
{
color: #BE2D49;
}
</style>
background-color css
<style>
a { background-color: #BE2D49; }
a { background-color: rgb(190,45,73); }
div.DivClassName
{
background-color: #BE2D49;
}
.BgClassName
{
background-color: #BE2D49;
}
</style>
border-color css
<style>
span { border-color: #BE2D49; }
span { border-color: rgb(190,45,73); }
td.TdClassName
{
border-color: #BE2D49;
}
.TagClassName
{
border-color: #BE2D49;
}
</style>