Shades of Old Rose #BE2146
Tints of Old Rose #BE2146
RGB
CMYK
RGB Variations
Color information
#BE2146 (or 0xBE2146) is known color: Old Rose. HEX triplet: BE, 21 and 46. RGB value is (190,33,70). Sum of RGB (Red+Green+Blue) = 190+33+70=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2146 is #41DEB9. Grayscale: #545454. Windows color (decimal): -4316858 or 4596158. OLE color: 4596158.
HSL color Cylindrical-coordinate representation of color #BE2146: hue angle of 345.86º degrees, saturation: 0.7, 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 #BE2146 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 70 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.25 |
| HSL | 345.86º | 0.7% | 0.44% | - |
| HSV(B) | 345.86º | 0.83% | 0.75% | - |
| XYZ | 22.88 | 12.48 | 7 | - |
| YUV | 84.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 70 | 0 | 0.83 | 0.63 | 0.25 | 345.86 | 0.7 | 0.44 |
| Hex | BE | 21 | 46 | 0 | 53 | 3F | 19 | 15A | 46 | 2C |
| Octal | 276 | 41 | 106 | 0 | 123 | 77 | 31 | 532 | 106 | 54 |
| Binary | 10111110 | 100001 | 1000110 | 0 | 1010011 | 111111 | 11001 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BE2146
Complementary color
Monochromatic Colors of #BE2146
Black with #BE2146
Text Example
Text Example
White with #BE2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2146; }
p { color: rgb(190,33,70); }
H1.HeaderClassName
{
color: #BE2146;
}
.AnyTagClassName
{
color: #BE2146;
}
</style>
background-color css
<style>
a { background-color: #BE2146; }
a { background-color: rgb(190,33,70); }
div.DivClassName
{
background-color: #BE2146;
}
.BgClassName
{
background-color: #BE2146;
}
</style>
border-color css
<style>
span { border-color: #BE2146; }
span { border-color: rgb(190,33,70); }
td.TdClassName
{
border-color: #BE2146;
}
.TagClassName
{
border-color: #BE2146;
}
</style>