Shades of Old Rose #BE1656
Tints of Old Rose #BE1656
RGB
CMYK
RGB Variations
Color information
#BE1656 (or 0xBE1656) is known color: Old Rose. HEX triplet: BE, 16 and 56. RGB value is (190,22,86). Sum of RGB (Red+Green+Blue) = 190+22+86=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1656 is #41E9A9. Grayscale: #4F4F4F. Windows color (decimal): -4319658 or 5641918. OLE color: 5641918.
HSL color Cylindrical-coordinate representation of color #BE1656: hue angle of 337.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1656 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 86 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.25 |
| HSL | 337.14º | 0.79% | 0.42% | - |
| HSV(B) | 337.14º | 0.88% | 0.75% | - |
| XYZ | 23.2 | 12.19 | 9.93 | - |
| YUV | 79.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 86 | 0 | 0.88 | 0.55 | 0.25 | 337.14 | 0.79 | 0.42 |
| Hex | BE | 16 | 56 | 0 | 58 | 37 | 19 | 151 | 4F | 2A |
| Octal | 276 | 26 | 126 | 0 | 130 | 67 | 31 | 521 | 117 | 52 |
| Binary | 10111110 | 10110 | 1010110 | 0 | 1011000 | 110111 | 11001 | 101010001 | 1001111 | 101010 |
Color Harmonies of #BE1656
Complementary color
Monochromatic Colors of #BE1656
Black with #BE1656
Text Example
Text Example
White with #BE1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1656; }
p { color: rgb(190,22,86); }
H1.HeaderClassName
{
color: #BE1656;
}
.AnyTagClassName
{
color: #BE1656;
}
</style>
background-color css
<style>
a { background-color: #BE1656; }
a { background-color: rgb(190,22,86); }
div.DivClassName
{
background-color: #BE1656;
}
.BgClassName
{
background-color: #BE1656;
}
</style>
border-color css
<style>
span { border-color: #BE1656; }
span { border-color: rgb(190,22,86); }
td.TdClassName
{
border-color: #BE1656;
}
.TagClassName
{
border-color: #BE1656;
}
</style>