Shades of Old Rose #BE3C4E
Tints of Old Rose #BE3C4E
RGB
CMYK
RGB Variations
Color information
#BE3C4E (or 0xBE3C4E) is known color: Old Rose. HEX triplet: BE, 3C and 4E. RGB value is (190,60,78). Sum of RGB (Red+Green+Blue) = 190+60+78=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C4E is #41C3B1. Grayscale: #646464. Windows color (decimal): -4309938 or 5127358. OLE color: 5127358.
HSL color Cylindrical-coordinate representation of color #BE3C4E: hue angle of 351.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C4E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 78 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.25 |
| HSL | 351.69º | 0.52% | 0.49% | - |
| HSV(B) | 351.69º | 0.68% | 0.75% | - |
| XYZ | 24.23 | 14.73 | 8.77 | - |
| YUV | 100.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 78 | 0 | 0.68 | 0.59 | 0.25 | 351.69 | 0.52 | 0.49 |
| Hex | BE | 3C | 4E | 0 | 44 | 3B | 19 | 160 | 34 | 31 |
| Octal | 276 | 74 | 116 | 0 | 104 | 73 | 31 | 540 | 64 | 61 |
| Binary | 10111110 | 111100 | 1001110 | 0 | 1000100 | 111011 | 11001 | 101100000 | 110100 | 110001 |
Color Harmonies of #BE3C4E
Complementary color
Monochromatic Colors of #BE3C4E
Black with #BE3C4E
Text Example
Text Example
White with #BE3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C4E; }
p { color: rgb(190,60,78); }
H1.HeaderClassName
{
color: #BE3C4E;
}
.AnyTagClassName
{
color: #BE3C4E;
}
</style>
background-color css
<style>
a { background-color: #BE3C4E; }
a { background-color: rgb(190,60,78); }
div.DivClassName
{
background-color: #BE3C4E;
}
.BgClassName
{
background-color: #BE3C4E;
}
</style>
border-color css
<style>
span { border-color: #BE3C4E; }
span { border-color: rgb(190,60,78); }
td.TdClassName
{
border-color: #BE3C4E;
}
.TagClassName
{
border-color: #BE3C4E;
}
</style>