Shades of Old Rose #BE344D
Tints of Old Rose #BE344D
RGB
CMYK
RGB Variations
Color information
#BE344D (or 0xBE344D) is known color: Old Rose. HEX triplet: BE, 34 and 4D. RGB value is (190,52,77). Sum of RGB (Red+Green+Blue) = 190+52+77=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE344D is #41CBB2. Grayscale: #606060. Windows color (decimal): -4311987 or 5059774. OLE color: 5059774.
HSL color Cylindrical-coordinate representation of color #BE344D: hue angle of 349.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE344D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 77 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.25 |
| HSL | 349.13º | 0.57% | 0.47% | - |
| HSV(B) | 349.13º | 0.73% | 0.75% | - |
| XYZ | 23.8 | 13.94 | 8.46 | - |
| YUV | 96.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 77 | 0 | 0.73 | 0.59 | 0.25 | 349.13 | 0.57 | 0.47 |
| Hex | BE | 34 | 4D | 0 | 49 | 3B | 19 | 15D | 39 | 2F |
| Octal | 276 | 64 | 115 | 0 | 111 | 73 | 31 | 535 | 71 | 57 |
| Binary | 10111110 | 110100 | 1001101 | 0 | 1001001 | 111011 | 11001 | 101011101 | 111001 | 101111 |
Color Harmonies of #BE344D
Complementary color
Monochromatic Colors of #BE344D
Black with #BE344D
Text Example
Text Example
White with #BE344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE344D; }
p { color: rgb(190,52,77); }
H1.HeaderClassName
{
color: #BE344D;
}
.AnyTagClassName
{
color: #BE344D;
}
</style>
background-color css
<style>
a { background-color: #BE344D; }
a { background-color: rgb(190,52,77); }
div.DivClassName
{
background-color: #BE344D;
}
.BgClassName
{
background-color: #BE344D;
}
</style>
border-color css
<style>
span { border-color: #BE344D; }
span { border-color: rgb(190,52,77); }
td.TdClassName
{
border-color: #BE344D;
}
.TagClassName
{
border-color: #BE344D;
}
</style>