Shades of Old Rose #BE3D4C
Tints of Old Rose #BE3D4C
RGB
CMYK
RGB Variations
Color information
#BE3D4C (or 0xBE3D4C) is known color: Old Rose. HEX triplet: BE, 3D and 4C. RGB value is (190,61,76). Sum of RGB (Red+Green+Blue) = 190+61+76=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D4C is #41C2B3. Grayscale: #656565. Windows color (decimal): -4309684 or 4996542. OLE color: 4996542.
HSL color Cylindrical-coordinate representation of color #BE3D4C: hue angle of 353.02º 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 #BE3D4C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 76 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.25 |
| HSL | 353.02º | 0.51% | 0.49% | - |
| HSV(B) | 353.02º | 0.68% | 0.75% | - |
| XYZ | 24.21 | 14.81 | 8.42 | - |
| YUV | 101.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 76 | 0 | 0.68 | 0.60 | 0.25 | 353.02 | 0.51 | 0.49 |
| Hex | BE | 3D | 4C | 0 | 44 | 3C | 19 | 161 | 33 | 31 |
| Octal | 276 | 75 | 114 | 0 | 104 | 74 | 31 | 541 | 63 | 61 |
| Binary | 10111110 | 111101 | 1001100 | 0 | 1000100 | 111100 | 11001 | 101100001 | 110011 | 110001 |
Color Harmonies of #BE3D4C
Complementary color
Monochromatic Colors of #BE3D4C
Black with #BE3D4C
Text Example
Text Example
White with #BE3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D4C; }
p { color: rgb(190,61,76); }
H1.HeaderClassName
{
color: #BE3D4C;
}
.AnyTagClassName
{
color: #BE3D4C;
}
</style>
background-color css
<style>
a { background-color: #BE3D4C; }
a { background-color: rgb(190,61,76); }
div.DivClassName
{
background-color: #BE3D4C;
}
.BgClassName
{
background-color: #BE3D4C;
}
</style>
border-color css
<style>
span { border-color: #BE3D4C; }
span { border-color: rgb(190,61,76); }
td.TdClassName
{
border-color: #BE3D4C;
}
.TagClassName
{
border-color: #BE3D4C;
}
</style>