Shades of Old Rose #BE3153
Tints of Old Rose #BE3153
RGB
CMYK
RGB Variations
Color information
#BE3153 (or 0xBE3153) is known color: Old Rose. HEX triplet: BE, 31 and 53. RGB value is (190,49,83). Sum of RGB (Red+Green+Blue) = 190+49+83=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3153 is #41CEAC. Grayscale: #5F5F5F. Windows color (decimal): -4312749 or 5452222. OLE color: 5452222.
HSL color Cylindrical-coordinate representation of color #BE3153: hue angle of 345.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3153 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 83 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.25 |
| HSL | 345.53º | 0.59% | 0.47% | - |
| HSV(B) | 345.53º | 0.74% | 0.75% | - |
| XYZ | 23.89 | 13.77 | 9.58 | - |
| YUV | 95.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 83 | 0 | 0.74 | 0.56 | 0.25 | 345.53 | 0.59 | 0.47 |
| Hex | BE | 31 | 53 | 0 | 4A | 38 | 19 | 15A | 3B | 2F |
| Octal | 276 | 61 | 123 | 0 | 112 | 70 | 31 | 532 | 73 | 57 |
| Binary | 10111110 | 110001 | 1010011 | 0 | 1001010 | 111000 | 11001 | 101011010 | 111011 | 101111 |
Color Harmonies of #BE3153
Complementary color
Monochromatic Colors of #BE3153
Black with #BE3153
Text Example
Text Example
White with #BE3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3153; }
p { color: rgb(190,49,83); }
H1.HeaderClassName
{
color: #BE3153;
}
.AnyTagClassName
{
color: #BE3153;
}
</style>
background-color css
<style>
a { background-color: #BE3153; }
a { background-color: rgb(190,49,83); }
div.DivClassName
{
background-color: #BE3153;
}
.BgClassName
{
background-color: #BE3153;
}
</style>
border-color css
<style>
span { border-color: #BE3153; }
span { border-color: rgb(190,49,83); }
td.TdClassName
{
border-color: #BE3153;
}
.TagClassName
{
border-color: #BE3153;
}
</style>