Shades of Old Rose #BE2D4F
Tints of Old Rose #BE2D4F
RGB
CMYK
RGB Variations
Color information
#BE2D4F (or 0xBE2D4F) is known color: Old Rose. HEX triplet: BE, 2D and 4F. RGB value is (190,45,79). Sum of RGB (Red+Green+Blue) = 190+45+79=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D4F is #41D2B0. Grayscale: #5C5C5C. Windows color (decimal): -4313777 or 5189054. OLE color: 5189054.
HSL color Cylindrical-coordinate representation of color #BE2D4F: hue angle of 345.93º 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 #BE2D4F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 79 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.25 |
| HSL | 345.93º | 0.62% | 0.46% | - |
| HSV(B) | 345.93º | 0.76% | 0.75% | - |
| XYZ | 23.58 | 13.39 | 8.74 | - |
| YUV | 92.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 79 | 0 | 0.76 | 0.58 | 0.25 | 345.93 | 0.62 | 0.46 |
| Hex | BE | 2D | 4F | 0 | 4C | 3A | 19 | 15A | 3E | 2E |
| Octal | 276 | 55 | 117 | 0 | 114 | 72 | 31 | 532 | 76 | 56 |
| Binary | 10111110 | 101101 | 1001111 | 0 | 1001100 | 111010 | 11001 | 101011010 | 111110 | 101110 |
Color Harmonies of #BE2D4F
Complementary color
Monochromatic Colors of #BE2D4F
Black with #BE2D4F
Text Example
Text Example
White with #BE2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D4F; }
p { color: rgb(190,45,79); }
H1.HeaderClassName
{
color: #BE2D4F;
}
.AnyTagClassName
{
color: #BE2D4F;
}
</style>
background-color css
<style>
a { background-color: #BE2D4F; }
a { background-color: rgb(190,45,79); }
div.DivClassName
{
background-color: #BE2D4F;
}
.BgClassName
{
background-color: #BE2D4F;
}
</style>
border-color css
<style>
span { border-color: #BE2D4F; }
span { border-color: rgb(190,45,79); }
td.TdClassName
{
border-color: #BE2D4F;
}
.TagClassName
{
border-color: #BE2D4F;
}
</style>