Shades of Old Rose #BE2064
Tints of Old Rose #BE2064
RGB
CMYK
RGB Variations
Color information
#BE2064 (or 0xBE2064) is known color: Old Rose. HEX triplet: BE, 20 and 64. RGB value is (190,32,100). Sum of RGB (Red+Green+Blue) = 190+32+100=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2064 is #41DF9B. Grayscale: #565656. Windows color (decimal): -4317084 or 6561982. OLE color: 6561982.
HSL color Cylindrical-coordinate representation of color #BE2064: hue angle of 334.18º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2064 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 100 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.25 |
| HSL | 334.18º | 0.71% | 0.44% | - |
| HSV(B) | 334.18º | 0.83% | 0.75% | - |
| XYZ | 24.05 | 12.9 | 13.28 | - |
| YUV | 86.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 100 | 0 | 0.83 | 0.47 | 0.25 | 334.18 | 0.71 | 0.44 |
| Hex | BE | 20 | 64 | 0 | 53 | 2F | 19 | 14E | 47 | 2C |
| Octal | 276 | 40 | 144 | 0 | 123 | 57 | 31 | 516 | 107 | 54 |
| Binary | 10111110 | 100000 | 1100100 | 0 | 1010011 | 101111 | 11001 | 101001110 | 1000111 | 101100 |
Color Harmonies of #BE2064
Complementary color
Monochromatic Colors of #BE2064
Black with #BE2064
Text Example
Text Example
White with #BE2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2064; }
p { color: rgb(190,32,100); }
H1.HeaderClassName
{
color: #BE2064;
}
.AnyTagClassName
{
color: #BE2064;
}
</style>
background-color css
<style>
a { background-color: #BE2064; }
a { background-color: rgb(190,32,100); }
div.DivClassName
{
background-color: #BE2064;
}
.BgClassName
{
background-color: #BE2064;
}
</style>
border-color css
<style>
span { border-color: #BE2064; }
span { border-color: rgb(190,32,100); }
td.TdClassName
{
border-color: #BE2064;
}
.TagClassName
{
border-color: #BE2064;
}
</style>