Shades of Old Rose #BE295C
Tints of Old Rose #BE295C
RGB
CMYK
RGB Variations
Color information
#BE295C (or 0xBE295C) is known color: Old Rose. HEX triplet: BE, 29 and 5C. RGB value is (190,41,92). Sum of RGB (Red+Green+Blue) = 190+41+92=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE295C is #41D6A3. Grayscale: #5B5B5B. Windows color (decimal): -4314788 or 6039998. OLE color: 6039998.
HSL color Cylindrical-coordinate representation of color #BE295C: hue angle of 339.46º 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 #BE295C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 92 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.25 |
| HSL | 339.46º | 0.65% | 0.45% | - |
| HSV(B) | 339.46º | 0.78% | 0.75% | - |
| XYZ | 23.96 | 13.31 | 11.43 | - |
| YUV | 91.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 92 | 0 | 0.78 | 0.52 | 0.25 | 339.46 | 0.65 | 0.45 |
| Hex | BE | 29 | 5C | 0 | 4E | 34 | 19 | 153 | 41 | 2D |
| Octal | 276 | 51 | 134 | 0 | 116 | 64 | 31 | 523 | 101 | 55 |
| Binary | 10111110 | 101001 | 1011100 | 0 | 1001110 | 110100 | 11001 | 101010011 | 1000001 | 101101 |
Color Harmonies of #BE295C
Complementary color
Monochromatic Colors of #BE295C
Black with #BE295C
Text Example
Text Example
White with #BE295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE295C; }
p { color: rgb(190,41,92); }
H1.HeaderClassName
{
color: #BE295C;
}
.AnyTagClassName
{
color: #BE295C;
}
</style>
background-color css
<style>
a { background-color: #BE295C; }
a { background-color: rgb(190,41,92); }
div.DivClassName
{
background-color: #BE295C;
}
.BgClassName
{
background-color: #BE295C;
}
</style>
border-color css
<style>
span { border-color: #BE295C; }
span { border-color: rgb(190,41,92); }
td.TdClassName
{
border-color: #BE295C;
}
.TagClassName
{
border-color: #BE295C;
}
</style>