Shades of Old Rose #BE285B
Tints of Old Rose #BE285B
RGB
CMYK
RGB Variations
Color information
#BE285B (or 0xBE285B) is known color: Old Rose. HEX triplet: BE, 28 and 5B. RGB value is (190,40,91). Sum of RGB (Red+Green+Blue) = 190+40+91=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE285B is #41D7A4. Grayscale: #5A5A5A. Windows color (decimal): -4315045 or 5974206. OLE color: 5974206.
HSL color Cylindrical-coordinate representation of color #BE285B: hue angle of 339.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE285B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 91 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.25 |
| HSL | 339.6º | 0.65% | 0.45% | - |
| HSV(B) | 339.6º | 0.79% | 0.75% | - |
| XYZ | 23.88 | 13.22 | 11.19 | - |
| YUV | 90.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 91 | 0 | 0.79 | 0.52 | 0.25 | 339.6 | 0.65 | 0.45 |
| Hex | BE | 28 | 5B | 0 | 4F | 34 | 19 | 154 | 41 | 2D |
| Octal | 276 | 50 | 133 | 0 | 117 | 64 | 31 | 524 | 101 | 55 |
| Binary | 10111110 | 101000 | 1011011 | 0 | 1001111 | 110100 | 11001 | 101010100 | 1000001 | 101101 |
Color Harmonies of #BE285B
Complementary color
Monochromatic Colors of #BE285B
Black with #BE285B
Text Example
Text Example
White with #BE285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE285B; }
p { color: rgb(190,40,91); }
H1.HeaderClassName
{
color: #BE285B;
}
.AnyTagClassName
{
color: #BE285B;
}
</style>
background-color css
<style>
a { background-color: #BE285B; }
a { background-color: rgb(190,40,91); }
div.DivClassName
{
background-color: #BE285B;
}
.BgClassName
{
background-color: #BE285B;
}
</style>
border-color css
<style>
span { border-color: #BE285B; }
span { border-color: rgb(190,40,91); }
td.TdClassName
{
border-color: #BE285B;
}
.TagClassName
{
border-color: #BE285B;
}
</style>