Shades of Old Rose #BE404B
Tints of Old Rose #BE404B
RGB
CMYK
RGB Variations
Color information
#BE404B (or 0xBE404B) is known color: Old Rose. HEX triplet: BE, 40 and 4B. RGB value is (190,64,75). Sum of RGB (Red+Green+Blue) = 190+64+75=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE404B is #41BFB4. Grayscale: #676767. Windows color (decimal): -4308917 or 4931774. OLE color: 4931774.
HSL color Cylindrical-coordinate representation of color #BE404B: hue angle of 354.76º 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 #BE404B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 354.76º | 0.5% | 0.5% | - |
| HSV(B) | 354.76º | 0.66% | 0.75% | - |
| XYZ | 24.34 | 15.12 | 8.29 | - |
| YUV | 102.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 75 | 0 | 0.66 | 0.61 | 0.25 | 354.76 | 0.5 | 0.5 |
| Hex | BE | 40 | 4B | 0 | 42 | 3D | 19 | 163 | 32 | 32 |
| Octal | 276 | 100 | 113 | 0 | 102 | 75 | 31 | 543 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1001011 | 0 | 1000010 | 111101 | 11001 | 101100011 | 110010 | 110010 |
Color Harmonies of #BE404B
Complementary color
Monochromatic Colors of #BE404B
Black with #BE404B
Text Example
Text Example
White with #BE404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE404B; }
p { color: rgb(190,64,75); }
H1.HeaderClassName
{
color: #BE404B;
}
.AnyTagClassName
{
color: #BE404B;
}
</style>
background-color css
<style>
a { background-color: #BE404B; }
a { background-color: rgb(190,64,75); }
div.DivClassName
{
background-color: #BE404B;
}
.BgClassName
{
background-color: #BE404B;
}
</style>
border-color css
<style>
span { border-color: #BE404B; }
span { border-color: rgb(190,64,75); }
td.TdClassName
{
border-color: #BE404B;
}
.TagClassName
{
border-color: #BE404B;
}
</style>