Shades of Old Rose #BE2247
Tints of Old Rose #BE2247
RGB
CMYK
RGB Variations
Color information
#BE2247 (or 0xBE2247) is known color: Old Rose. HEX triplet: BE, 22 and 47. RGB value is (190,34,71). Sum of RGB (Red+Green+Blue) = 190+34+71=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2247 is #41DDB8. Grayscale: #545454. Windows color (decimal): -4316601 or 4661950. OLE color: 4661950.
HSL color Cylindrical-coordinate representation of color #BE2247: hue angle of 345.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2247 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 71 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.25 |
| HSL | 345.77º | 0.7% | 0.44% | - |
| HSV(B) | 345.77º | 0.82% | 0.75% | - |
| XYZ | 22.94 | 12.55 | 7.17 | - |
| YUV | 84.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 71 | 0 | 0.82 | 0.63 | 0.25 | 345.77 | 0.7 | 0.44 |
| Hex | BE | 22 | 47 | 0 | 52 | 3F | 19 | 15A | 46 | 2C |
| Octal | 276 | 42 | 107 | 0 | 122 | 77 | 31 | 532 | 106 | 54 |
| Binary | 10111110 | 100010 | 1000111 | 0 | 1010010 | 111111 | 11001 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BE2247
Complementary color
Monochromatic Colors of #BE2247
Black with #BE2247
Text Example
Text Example
White with #BE2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2247; }
p { color: rgb(190,34,71); }
H1.HeaderClassName
{
color: #BE2247;
}
.AnyTagClassName
{
color: #BE2247;
}
</style>
background-color css
<style>
a { background-color: #BE2247; }
a { background-color: rgb(190,34,71); }
div.DivClassName
{
background-color: #BE2247;
}
.BgClassName
{
background-color: #BE2247;
}
</style>
border-color css
<style>
span { border-color: #BE2247; }
span { border-color: rgb(190,34,71); }
td.TdClassName
{
border-color: #BE2247;
}
.TagClassName
{
border-color: #BE2247;
}
</style>