Shades of Old Rose #BE404C
Tints of Old Rose #BE404C
RGB
CMYK
RGB Variations
Color information
#BE404C (or 0xBE404C) is known color: Old Rose. HEX triplet: BE, 40 and 4C. RGB value is (190,64,76). Sum of RGB (Red+Green+Blue) = 190+64+76=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE404C is #41BFB3. Grayscale: #676767. Windows color (decimal): -4308916 or 4997310. OLE color: 4997310.
HSL color Cylindrical-coordinate representation of color #BE404C: hue angle of 354.29º 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 #BE404C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 76 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.25 |
| HSL | 354.29º | 0.5% | 0.5% | - |
| HSV(B) | 354.29º | 0.66% | 0.75% | - |
| XYZ | 24.37 | 15.14 | 8.47 | - |
| YUV | 103.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 76 | 0 | 0.66 | 0.60 | 0.25 | 354.29 | 0.5 | 0.5 |
| Hex | BE | 40 | 4C | 0 | 42 | 3C | 19 | 162 | 32 | 32 |
| Octal | 276 | 100 | 114 | 0 | 102 | 74 | 31 | 542 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1001100 | 0 | 1000010 | 111100 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #BE404C
Complementary color
Monochromatic Colors of #BE404C
Black with #BE404C
Text Example
Text Example
White with #BE404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE404C; }
p { color: rgb(190,64,76); }
H1.HeaderClassName
{
color: #BE404C;
}
.AnyTagClassName
{
color: #BE404C;
}
</style>
background-color css
<style>
a { background-color: #BE404C; }
a { background-color: rgb(190,64,76); }
div.DivClassName
{
background-color: #BE404C;
}
.BgClassName
{
background-color: #BE404C;
}
</style>
border-color css
<style>
span { border-color: #BE404C; }
span { border-color: rgb(190,64,76); }
td.TdClassName
{
border-color: #BE404C;
}
.TagClassName
{
border-color: #BE404C;
}
</style>