Shades of Old Rose #BE2D5C
Tints of Old Rose #BE2D5C
RGB
CMYK
RGB Variations
Color information
#BE2D5C (or 0xBE2D5C) is known color: Old Rose. HEX triplet: BE, 2D and 5C. RGB value is (190,45,92). Sum of RGB (Red+Green+Blue) = 190+45+92=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D5C is #41D2A3. Grayscale: #5D5D5D. Windows color (decimal): -4313764 or 6041022. OLE color: 6041022.
HSL color Cylindrical-coordinate representation of color #BE2D5C: hue angle of 340.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D5C is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 92 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.25 |
| HSL | 340.55º | 0.62% | 0.46% | - |
| HSV(B) | 340.55º | 0.76% | 0.75% | - |
| XYZ | 24.11 | 13.6 | 11.48 | - |
| YUV | 93.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 92 | 0 | 0.76 | 0.52 | 0.25 | 340.55 | 0.62 | 0.46 |
| Hex | BE | 2D | 5C | 0 | 4C | 34 | 19 | 155 | 3E | 2E |
| Octal | 276 | 55 | 134 | 0 | 114 | 64 | 31 | 525 | 76 | 56 |
| Binary | 10111110 | 101101 | 1011100 | 0 | 1001100 | 110100 | 11001 | 101010101 | 111110 | 101110 |
Color Harmonies of #BE2D5C
Complementary color
Monochromatic Colors of #BE2D5C
Black with #BE2D5C
Text Example
Text Example
White with #BE2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D5C; }
p { color: rgb(190,45,92); }
H1.HeaderClassName
{
color: #BE2D5C;
}
.AnyTagClassName
{
color: #BE2D5C;
}
</style>
background-color css
<style>
a { background-color: #BE2D5C; }
a { background-color: rgb(190,45,92); }
div.DivClassName
{
background-color: #BE2D5C;
}
.BgClassName
{
background-color: #BE2D5C;
}
</style>
border-color css
<style>
span { border-color: #BE2D5C; }
span { border-color: rgb(190,45,92); }
td.TdClassName
{
border-color: #BE2D5C;
}
.TagClassName
{
border-color: #BE2D5C;
}
</style>