Shades of Old Rose #BE1F54
Tints of Old Rose #BE1F54
RGB
CMYK
RGB Variations
Color information
#BE1F54 (or 0xBE1F54) is known color: Old Rose. HEX triplet: BE, 1F and 54. RGB value is (190,31,84). Sum of RGB (Red+Green+Blue) = 190+31+84=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F54 is #41E0AB. Grayscale: #545454. Windows color (decimal): -4317356 or 5513150. OLE color: 5513150.
HSL color Cylindrical-coordinate representation of color #BE1F54: hue angle of 340º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F54 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 84 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.25 |
| HSL | 340º | 0.72% | 0.43% | - |
| HSV(B) | 340º | 0.84% | 0.75% | - |
| XYZ | 23.33 | 12.57 | 9.58 | - |
| YUV | 84.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 84 | 0 | 0.84 | 0.56 | 0.25 | 340 | 0.72 | 0.43 |
| Hex | BE | 1F | 54 | 0 | 54 | 38 | 19 | 154 | 48 | 2B |
| Octal | 276 | 37 | 124 | 0 | 124 | 70 | 31 | 524 | 110 | 53 |
| Binary | 10111110 | 11111 | 1010100 | 0 | 1010100 | 111000 | 11001 | 101010100 | 1001000 | 101011 |
Color Harmonies of #BE1F54
Complementary color
Monochromatic Colors of #BE1F54
Black with #BE1F54
Text Example
Text Example
White with #BE1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F54; }
p { color: rgb(190,31,84); }
H1.HeaderClassName
{
color: #BE1F54;
}
.AnyTagClassName
{
color: #BE1F54;
}
</style>
background-color css
<style>
a { background-color: #BE1F54; }
a { background-color: rgb(190,31,84); }
div.DivClassName
{
background-color: #BE1F54;
}
.BgClassName
{
background-color: #BE1F54;
}
</style>
border-color css
<style>
span { border-color: #BE1F54; }
span { border-color: rgb(190,31,84); }
td.TdClassName
{
border-color: #BE1F54;
}
.TagClassName
{
border-color: #BE1F54;
}
</style>