Shades of Old Rose #BE2F4D
Tints of Old Rose #BE2F4D
RGB
CMYK
RGB Variations
Color information
#BE2F4D (or 0xBE2F4D) is known color: Old Rose. HEX triplet: BE, 2F and 4D. RGB value is (190,47,77). Sum of RGB (Red+Green+Blue) = 190+47+77=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F4D is #41D0B2. Grayscale: #5D5D5D. Windows color (decimal): -4313267 or 5058494. OLE color: 5058494.
HSL color Cylindrical-coordinate representation of color #BE2F4D: hue angle of 347.41º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F4D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 77 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.25 |
| HSL | 347.41º | 0.6% | 0.46% | - |
| HSV(B) | 347.41º | 0.75% | 0.75% | - |
| XYZ | 23.59 | 13.52 | 8.39 | - |
| YUV | 93.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 77 | 0 | 0.75 | 0.59 | 0.25 | 347.41 | 0.6 | 0.46 |
| Hex | BE | 2F | 4D | 0 | 4B | 3B | 19 | 15B | 3C | 2E |
| Octal | 276 | 57 | 115 | 0 | 113 | 73 | 31 | 533 | 74 | 56 |
| Binary | 10111110 | 101111 | 1001101 | 0 | 1001011 | 111011 | 11001 | 101011011 | 111100 | 101110 |
Color Harmonies of #BE2F4D
Complementary color
Monochromatic Colors of #BE2F4D
Black with #BE2F4D
Text Example
Text Example
White with #BE2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F4D; }
p { color: rgb(190,47,77); }
H1.HeaderClassName
{
color: #BE2F4D;
}
.AnyTagClassName
{
color: #BE2F4D;
}
</style>
background-color css
<style>
a { background-color: #BE2F4D; }
a { background-color: rgb(190,47,77); }
div.DivClassName
{
background-color: #BE2F4D;
}
.BgClassName
{
background-color: #BE2F4D;
}
</style>
border-color css
<style>
span { border-color: #BE2F4D; }
span { border-color: rgb(190,47,77); }
td.TdClassName
{
border-color: #BE2F4D;
}
.TagClassName
{
border-color: #BE2F4D;
}
</style>