Shades of Old Rose #BE3D4D
Tints of Old Rose #BE3D4D
RGB
CMYK
RGB Variations
Color information
#BE3D4D (or 0xBE3D4D) is known color: Old Rose. HEX triplet: BE, 3D and 4D. RGB value is (190,61,77). Sum of RGB (Red+Green+Blue) = 190+61+77=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D4D is #41C2B2. Grayscale: #656565. Windows color (decimal): -4309683 or 5062078. OLE color: 5062078.
HSL color Cylindrical-coordinate representation of color #BE3D4D: hue angle of 352.56º degrees, saturation: 0.51, 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 #BE3D4D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 77 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.25 |
| HSL | 352.56º | 0.51% | 0.49% | - |
| HSV(B) | 352.56º | 0.68% | 0.75% | - |
| XYZ | 24.24 | 14.82 | 8.6 | - |
| YUV | 101.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 77 | 0 | 0.68 | 0.59 | 0.25 | 352.56 | 0.51 | 0.49 |
| Hex | BE | 3D | 4D | 0 | 44 | 3B | 19 | 161 | 33 | 31 |
| Octal | 276 | 75 | 115 | 0 | 104 | 73 | 31 | 541 | 63 | 61 |
| Binary | 10111110 | 111101 | 1001101 | 0 | 1000100 | 111011 | 11001 | 101100001 | 110011 | 110001 |
Color Harmonies of #BE3D4D
Complementary color
Monochromatic Colors of #BE3D4D
Black with #BE3D4D
Text Example
Text Example
White with #BE3D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D4D; }
p { color: rgb(190,61,77); }
H1.HeaderClassName
{
color: #BE3D4D;
}
.AnyTagClassName
{
color: #BE3D4D;
}
</style>
background-color css
<style>
a { background-color: #BE3D4D; }
a { background-color: rgb(190,61,77); }
div.DivClassName
{
background-color: #BE3D4D;
}
.BgClassName
{
background-color: #BE3D4D;
}
</style>
border-color css
<style>
span { border-color: #BE3D4D; }
span { border-color: rgb(190,61,77); }
td.TdClassName
{
border-color: #BE3D4D;
}
.TagClassName
{
border-color: #BE3D4D;
}
</style>