Shades of Old Rose #BE255E
Tints of Old Rose #BE255E
RGB
CMYK
RGB Variations
Color information
#BE255E (or 0xBE255E) is known color: Old Rose. HEX triplet: BE, 25 and 5E. RGB value is (190,37,94). Sum of RGB (Red+Green+Blue) = 190+37+94=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE255E is #41DAA1. Grayscale: #595959. Windows color (decimal): -4315810 or 6170046. OLE color: 6170046.
HSL color Cylindrical-coordinate representation of color #BE255E: hue angle of 337.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE255E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 94 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.25 |
| HSL | 337.65º | 0.67% | 0.45% | - |
| HSV(B) | 337.65º | 0.81% | 0.75% | - |
| XYZ | 23.92 | 13.08 | 11.85 | - |
| YUV | 89.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 94 | 0 | 0.81 | 0.51 | 0.25 | 337.65 | 0.67 | 0.45 |
| Hex | BE | 25 | 5E | 0 | 51 | 33 | 19 | 152 | 43 | 2D |
| Octal | 276 | 45 | 136 | 0 | 121 | 63 | 31 | 522 | 103 | 55 |
| Binary | 10111110 | 100101 | 1011110 | 0 | 1010001 | 110011 | 11001 | 101010010 | 1000011 | 101101 |
Color Harmonies of #BE255E
Complementary color
Monochromatic Colors of #BE255E
Black with #BE255E
Text Example
Text Example
White with #BE255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE255E; }
p { color: rgb(190,37,94); }
H1.HeaderClassName
{
color: #BE255E;
}
.AnyTagClassName
{
color: #BE255E;
}
</style>
background-color css
<style>
a { background-color: #BE255E; }
a { background-color: rgb(190,37,94); }
div.DivClassName
{
background-color: #BE255E;
}
.BgClassName
{
background-color: #BE255E;
}
</style>
border-color css
<style>
span { border-color: #BE255E; }
span { border-color: rgb(190,37,94); }
td.TdClassName
{
border-color: #BE255E;
}
.TagClassName
{
border-color: #BE255E;
}
</style>