Shades of Old Rose #BE2D46
Tints of Old Rose #BE2D46
RGB
CMYK
RGB Variations
Color information
#BE2D46 (or 0xBE2D46) is known color: Old Rose. HEX triplet: BE, 2D and 46. RGB value is (190,45,70). Sum of RGB (Red+Green+Blue) = 190+45+70=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D46 is #41D2B9. Grayscale: #5B5B5B. Windows color (decimal): -4313786 or 4599230. OLE color: 4599230.
HSL color Cylindrical-coordinate representation of color #BE2D46: hue angle of 349.66º 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 #BE2D46 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 70 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.25 |
| HSL | 349.66º | 0.62% | 0.46% | - |
| HSV(B) | 349.66º | 0.76% | 0.75% | - |
| XYZ | 23.28 | 13.27 | 7.13 | - |
| YUV | 91.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 70 | 0 | 0.76 | 0.63 | 0.25 | 349.66 | 0.62 | 0.46 |
| Hex | BE | 2D | 46 | 0 | 4C | 3F | 19 | 15E | 3E | 2E |
| Octal | 276 | 55 | 106 | 0 | 114 | 77 | 31 | 536 | 76 | 56 |
| Binary | 10111110 | 101101 | 1000110 | 0 | 1001100 | 111111 | 11001 | 101011110 | 111110 | 101110 |
Color Harmonies of #BE2D46
Complementary color
Monochromatic Colors of #BE2D46
Black with #BE2D46
Text Example
Text Example
White with #BE2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D46; }
p { color: rgb(190,45,70); }
H1.HeaderClassName
{
color: #BE2D46;
}
.AnyTagClassName
{
color: #BE2D46;
}
</style>
background-color css
<style>
a { background-color: #BE2D46; }
a { background-color: rgb(190,45,70); }
div.DivClassName
{
background-color: #BE2D46;
}
.BgClassName
{
background-color: #BE2D46;
}
</style>
border-color css
<style>
span { border-color: #BE2D46; }
span { border-color: rgb(190,45,70); }
td.TdClassName
{
border-color: #BE2D46;
}
.TagClassName
{
border-color: #BE2D46;
}
</style>