Shades of Old Rose #BE2256
Tints of Old Rose #BE2256
RGB
CMYK
RGB Variations
Color information
#BE2256 (or 0xBE2256) is known color: Old Rose. HEX triplet: BE, 22 and 56. RGB value is (190,34,86). Sum of RGB (Red+Green+Blue) = 190+34+86=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2256 is #41DDA9. Grayscale: #565656. Windows color (decimal): -4316586 or 5644990. OLE color: 5644990.
HSL color Cylindrical-coordinate representation of color #BE2256: hue angle of 340º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2256 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 86 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.25 |
| HSL | 340º | 0.7% | 0.44% | - |
| HSV(B) | 340º | 0.82% | 0.75% | - |
| XYZ | 23.49 | 12.76 | 10.03 | - |
| YUV | 86.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 86 | 0 | 0.82 | 0.55 | 0.25 | 340 | 0.7 | 0.44 |
| Hex | BE | 22 | 56 | 0 | 52 | 37 | 19 | 154 | 46 | 2C |
| Octal | 276 | 42 | 126 | 0 | 122 | 67 | 31 | 524 | 106 | 54 |
| Binary | 10111110 | 100010 | 1010110 | 0 | 1010010 | 110111 | 11001 | 101010100 | 1000110 | 101100 |
Color Harmonies of #BE2256
Complementary color
Monochromatic Colors of #BE2256
Black with #BE2256
Text Example
Text Example
White with #BE2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2256; }
p { color: rgb(190,34,86); }
H1.HeaderClassName
{
color: #BE2256;
}
.AnyTagClassName
{
color: #BE2256;
}
</style>
background-color css
<style>
a { background-color: #BE2256; }
a { background-color: rgb(190,34,86); }
div.DivClassName
{
background-color: #BE2256;
}
.BgClassName
{
background-color: #BE2256;
}
</style>
border-color css
<style>
span { border-color: #BE2256; }
span { border-color: rgb(190,34,86); }
td.TdClassName
{
border-color: #BE2256;
}
.TagClassName
{
border-color: #BE2256;
}
</style>