Shades of Old Rose #BE295D
Tints of Old Rose #BE295D
RGB
CMYK
RGB Variations
Color information
#BE295D (or 0xBE295D) is known color: Old Rose. HEX triplet: BE, 29 and 5D. RGB value is (190,41,93). Sum of RGB (Red+Green+Blue) = 190+41+93=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE295D is #41D6A2. Grayscale: #5B5B5B. Windows color (decimal): -4314787 or 6105534. OLE color: 6105534.
HSL color Cylindrical-coordinate representation of color #BE295D: hue angle of 339.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE295D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 93 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.25 |
| HSL | 339.06º | 0.65% | 0.45% | - |
| HSV(B) | 339.06º | 0.78% | 0.75% | - |
| XYZ | 24 | 13.32 | 11.66 | - |
| YUV | 91.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 93 | 0 | 0.78 | 0.51 | 0.25 | 339.06 | 0.65 | 0.45 |
| Hex | BE | 29 | 5D | 0 | 4E | 33 | 19 | 153 | 41 | 2D |
| Octal | 276 | 51 | 135 | 0 | 116 | 63 | 31 | 523 | 101 | 55 |
| Binary | 10111110 | 101001 | 1011101 | 0 | 1001110 | 110011 | 11001 | 101010011 | 1000001 | 101101 |
Color Harmonies of #BE295D
Complementary color
Monochromatic Colors of #BE295D
Black with #BE295D
Text Example
Text Example
White with #BE295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE295D; }
p { color: rgb(190,41,93); }
H1.HeaderClassName
{
color: #BE295D;
}
.AnyTagClassName
{
color: #BE295D;
}
</style>
background-color css
<style>
a { background-color: #BE295D; }
a { background-color: rgb(190,41,93); }
div.DivClassName
{
background-color: #BE295D;
}
.BgClassName
{
background-color: #BE295D;
}
</style>
border-color css
<style>
span { border-color: #BE295D; }
span { border-color: rgb(190,41,93); }
td.TdClassName
{
border-color: #BE295D;
}
.TagClassName
{
border-color: #BE295D;
}
</style>