Shades of Old Rose #BE3E50
Tints of Old Rose #BE3E50
RGB
CMYK
RGB Variations
Color information
#BE3E50 (or 0xBE3E50) is known color: Old Rose. HEX triplet: BE, 3E and 50. RGB value is (190,62,80). Sum of RGB (Red+Green+Blue) = 190+62+80=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E50 is #41C1AF. Grayscale: #666666. Windows color (decimal): -4309424 or 5258942. OLE color: 5258942.
HSL color Cylindrical-coordinate representation of color #BE3E50: hue angle of 351.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E50 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 80 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.25 |
| HSL | 351.56º | 0.51% | 0.49% | - |
| HSV(B) | 351.56º | 0.67% | 0.75% | - |
| XYZ | 24.41 | 14.97 | 9.19 | - |
| YUV | 102.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 80 | 0 | 0.67 | 0.58 | 0.25 | 351.56 | 0.51 | 0.49 |
| Hex | BE | 3E | 50 | 0 | 43 | 3A | 19 | 160 | 33 | 31 |
| Octal | 276 | 76 | 120 | 0 | 103 | 72 | 31 | 540 | 63 | 61 |
| Binary | 10111110 | 111110 | 1010000 | 0 | 1000011 | 111010 | 11001 | 101100000 | 110011 | 110001 |
Color Harmonies of #BE3E50
Complementary color
Monochromatic Colors of #BE3E50
Black with #BE3E50
Text Example
Text Example
White with #BE3E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E50; }
p { color: rgb(190,62,80); }
H1.HeaderClassName
{
color: #BE3E50;
}
.AnyTagClassName
{
color: #BE3E50;
}
</style>
background-color css
<style>
a { background-color: #BE3E50; }
a { background-color: rgb(190,62,80); }
div.DivClassName
{
background-color: #BE3E50;
}
.BgClassName
{
background-color: #BE3E50;
}
</style>
border-color css
<style>
span { border-color: #BE3E50; }
span { border-color: rgb(190,62,80); }
td.TdClassName
{
border-color: #BE3E50;
}
.TagClassName
{
border-color: #BE3E50;
}
</style>