Shades of Old Rose #BE404D
Tints of Old Rose #BE404D
RGB
CMYK
RGB Variations
Color information
#BE404D (or 0xBE404D) is known color: Old Rose. HEX triplet: BE, 40 and 4D. RGB value is (190,64,77). Sum of RGB (Red+Green+Blue) = 190+64+77=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE404D is #41BFB2. Grayscale: #676767. Windows color (decimal): -4308915 or 5062846. OLE color: 5062846.
HSL color Cylindrical-coordinate representation of color #BE404D: hue angle of 353.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE404D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 77 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.25 |
| HSL | 353.81º | 0.5% | 0.5% | - |
| HSV(B) | 353.81º | 0.66% | 0.75% | - |
| XYZ | 24.41 | 15.15 | 8.66 | - |
| YUV | 103.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 77 | 0 | 0.66 | 0.59 | 0.25 | 353.81 | 0.5 | 0.5 |
| Hex | BE | 40 | 4D | 0 | 42 | 3B | 19 | 162 | 32 | 32 |
| Octal | 276 | 100 | 115 | 0 | 102 | 73 | 31 | 542 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1001101 | 0 | 1000010 | 111011 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #BE404D
Complementary color
Monochromatic Colors of #BE404D
Black with #BE404D
Text Example
Text Example
White with #BE404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE404D; }
p { color: rgb(190,64,77); }
H1.HeaderClassName
{
color: #BE404D;
}
.AnyTagClassName
{
color: #BE404D;
}
</style>
background-color css
<style>
a { background-color: #BE404D; }
a { background-color: rgb(190,64,77); }
div.DivClassName
{
background-color: #BE404D;
}
.BgClassName
{
background-color: #BE404D;
}
</style>
border-color css
<style>
span { border-color: #BE404D; }
span { border-color: rgb(190,64,77); }
td.TdClassName
{
border-color: #BE404D;
}
.TagClassName
{
border-color: #BE404D;
}
</style>