Shades of Old Rose #BE314D
Tints of Old Rose #BE314D
RGB
CMYK
RGB Variations
Color information
#BE314D (or 0xBE314D) is known color: Old Rose. HEX triplet: BE, 31 and 4D. RGB value is (190,49,77). Sum of RGB (Red+Green+Blue) = 190+49+77=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE314D is #41CEB2. Grayscale: #5E5E5E. Windows color (decimal): -4312755 or 5059006. OLE color: 5059006.
HSL color Cylindrical-coordinate representation of color #BE314D: hue angle of 348.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE314D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 77 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.25 |
| HSL | 348.09º | 0.59% | 0.47% | - |
| HSV(B) | 348.09º | 0.74% | 0.75% | - |
| XYZ | 23.67 | 13.68 | 8.41 | - |
| YUV | 94.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 77 | 0 | 0.74 | 0.59 | 0.25 | 348.09 | 0.59 | 0.47 |
| Hex | BE | 31 | 4D | 0 | 4A | 3B | 19 | 15C | 3B | 2F |
| Octal | 276 | 61 | 115 | 0 | 112 | 73 | 31 | 534 | 73 | 57 |
| Binary | 10111110 | 110001 | 1001101 | 0 | 1001010 | 111011 | 11001 | 101011100 | 111011 | 101111 |
Color Harmonies of #BE314D
Complementary color
Monochromatic Colors of #BE314D
Black with #BE314D
Text Example
Text Example
White with #BE314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE314D; }
p { color: rgb(190,49,77); }
H1.HeaderClassName
{
color: #BE314D;
}
.AnyTagClassName
{
color: #BE314D;
}
</style>
background-color css
<style>
a { background-color: #BE314D; }
a { background-color: rgb(190,49,77); }
div.DivClassName
{
background-color: #BE314D;
}
.BgClassName
{
background-color: #BE314D;
}
</style>
border-color css
<style>
span { border-color: #BE314D; }
span { border-color: rgb(190,49,77); }
td.TdClassName
{
border-color: #BE314D;
}
.TagClassName
{
border-color: #BE314D;
}
</style>