Shades of Old Rose #BE404A
Tints of Old Rose #BE404A
RGB
CMYK
RGB Variations
Color information
#BE404A (or 0xBE404A) is known color: Old Rose. HEX triplet: BE, 40 and 4A. RGB value is (190,64,74). Sum of RGB (Red+Green+Blue) = 190+64+74=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE404A is #41BFB5. Grayscale: #666666. Windows color (decimal): -4308918 or 4866238. OLE color: 4866238.
HSL color Cylindrical-coordinate representation of color #BE404A: hue angle of 355.24º 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 #BE404A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 74 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 355.24º | 0.5% | 0.5% | - |
| HSV(B) | 355.24º | 0.66% | 0.75% | - |
| XYZ | 24.3 | 15.11 | 8.11 | - |
| YUV | 102.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 74 | 0 | 0.66 | 0.61 | 0.25 | 355.24 | 0.5 | 0.5 |
| Hex | BE | 40 | 4A | 0 | 42 | 3D | 19 | 163 | 32 | 32 |
| Octal | 276 | 100 | 112 | 0 | 102 | 75 | 31 | 543 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1001010 | 0 | 1000010 | 111101 | 11001 | 101100011 | 110010 | 110010 |
Color Harmonies of #BE404A
Complementary color
Monochromatic Colors of #BE404A
Black with #BE404A
Text Example
Text Example
White with #BE404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE404A; }
p { color: rgb(190,64,74); }
H1.HeaderClassName
{
color: #BE404A;
}
.AnyTagClassName
{
color: #BE404A;
}
</style>
background-color css
<style>
a { background-color: #BE404A; }
a { background-color: rgb(190,64,74); }
div.DivClassName
{
background-color: #BE404A;
}
.BgClassName
{
background-color: #BE404A;
}
</style>
border-color css
<style>
span { border-color: #BE404A; }
span { border-color: rgb(190,64,74); }
td.TdClassName
{
border-color: #BE404A;
}
.TagClassName
{
border-color: #BE404A;
}
</style>