Shades of Old Rose #BE2447
Tints of Old Rose #BE2447
RGB
CMYK
RGB Variations
Color information
#BE2447 (or 0xBE2447) is known color: Old Rose. HEX triplet: BE, 24 and 47. RGB value is (190,36,71). Sum of RGB (Red+Green+Blue) = 190+36+71=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2447 is #41DBB8. Grayscale: #565656. Windows color (decimal): -4316089 or 4662462. OLE color: 4662462.
HSL color Cylindrical-coordinate representation of color #BE2447: hue angle of 346.36º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2447 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 71 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.25 |
| HSL | 346.36º | 0.68% | 0.44% | - |
| HSV(B) | 346.36º | 0.81% | 0.75% | - |
| XYZ | 23 | 12.66 | 7.19 | - |
| YUV | 86.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 71 | 0 | 0.81 | 0.63 | 0.25 | 346.36 | 0.68 | 0.44 |
| Hex | BE | 24 | 47 | 0 | 51 | 3F | 19 | 15A | 44 | 2C |
| Octal | 276 | 44 | 107 | 0 | 121 | 77 | 31 | 532 | 104 | 54 |
| Binary | 10111110 | 100100 | 1000111 | 0 | 1010001 | 111111 | 11001 | 101011010 | 1000100 | 101100 |
Color Harmonies of #BE2447
Complementary color
Monochromatic Colors of #BE2447
Black with #BE2447
Text Example
Text Example
White with #BE2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2447; }
p { color: rgb(190,36,71); }
H1.HeaderClassName
{
color: #BE2447;
}
.AnyTagClassName
{
color: #BE2447;
}
</style>
background-color css
<style>
a { background-color: #BE2447; }
a { background-color: rgb(190,36,71); }
div.DivClassName
{
background-color: #BE2447;
}
.BgClassName
{
background-color: #BE2447;
}
</style>
border-color css
<style>
span { border-color: #BE2447; }
span { border-color: rgb(190,36,71); }
td.TdClassName
{
border-color: #BE2447;
}
.TagClassName
{
border-color: #BE2447;
}
</style>