Shades of Old Rose #BE404F
Tints of Old Rose #BE404F
RGB
CMYK
RGB Variations
Color information
#BE404F (or 0xBE404F) is known color: Old Rose. HEX triplet: BE, 40 and 4F. RGB value is (190,64,79). Sum of RGB (Red+Green+Blue) = 190+64+79=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE404F is #41BFB0. Grayscale: #676767. Windows color (decimal): -4308913 or 5193918. OLE color: 5193918.
HSL color Cylindrical-coordinate representation of color #BE404F: hue angle of 352.86º 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 #BE404F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 79 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.25 |
| HSL | 352.86º | 0.5% | 0.5% | - |
| HSV(B) | 352.86º | 0.66% | 0.75% | - |
| XYZ | 24.48 | 15.18 | 9.04 | - |
| YUV | 103.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 79 | 0 | 0.66 | 0.58 | 0.25 | 352.86 | 0.5 | 0.5 |
| Hex | BE | 40 | 4F | 0 | 42 | 3A | 19 | 161 | 32 | 32 |
| Octal | 276 | 100 | 117 | 0 | 102 | 72 | 31 | 541 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1001111 | 0 | 1000010 | 111010 | 11001 | 101100001 | 110010 | 110010 |
Color Harmonies of #BE404F
Complementary color
Monochromatic Colors of #BE404F
Black with #BE404F
Text Example
Text Example
White with #BE404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE404F; }
p { color: rgb(190,64,79); }
H1.HeaderClassName
{
color: #BE404F;
}
.AnyTagClassName
{
color: #BE404F;
}
</style>
background-color css
<style>
a { background-color: #BE404F; }
a { background-color: rgb(190,64,79); }
div.DivClassName
{
background-color: #BE404F;
}
.BgClassName
{
background-color: #BE404F;
}
</style>
border-color css
<style>
span { border-color: #BE404F; }
span { border-color: rgb(190,64,79); }
td.TdClassName
{
border-color: #BE404F;
}
.TagClassName
{
border-color: #BE404F;
}
</style>