Shades of Old Rose #BE3155
Tints of Old Rose #BE3155
RGB
CMYK
RGB Variations
Color information
#BE3155 (or 0xBE3155) is known color: Old Rose. HEX triplet: BE, 31 and 55. RGB value is (190,49,85). Sum of RGB (Red+Green+Blue) = 190+49+85=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3155 is #41CEAA. Grayscale: #5F5F5F. Windows color (decimal): -4312747 or 5583294. OLE color: 5583294.
HSL color Cylindrical-coordinate representation of color #BE3155: hue angle of 344.68º 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 #BE3155 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 85 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.25 |
| HSL | 344.68º | 0.59% | 0.47% | - |
| HSV(B) | 344.68º | 0.74% | 0.75% | - |
| XYZ | 23.97 | 13.8 | 9.99 | - |
| YUV | 95.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 85 | 0 | 0.74 | 0.55 | 0.25 | 344.68 | 0.59 | 0.47 |
| Hex | BE | 31 | 55 | 0 | 4A | 37 | 19 | 159 | 3B | 2F |
| Octal | 276 | 61 | 125 | 0 | 112 | 67 | 31 | 531 | 73 | 57 |
| Binary | 10111110 | 110001 | 1010101 | 0 | 1001010 | 110111 | 11001 | 101011001 | 111011 | 101111 |
Color Harmonies of #BE3155
Complementary color
Monochromatic Colors of #BE3155
Black with #BE3155
Text Example
Text Example
White with #BE3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3155; }
p { color: rgb(190,49,85); }
H1.HeaderClassName
{
color: #BE3155;
}
.AnyTagClassName
{
color: #BE3155;
}
</style>
background-color css
<style>
a { background-color: #BE3155; }
a { background-color: rgb(190,49,85); }
div.DivClassName
{
background-color: #BE3155;
}
.BgClassName
{
background-color: #BE3155;
}
</style>
border-color css
<style>
span { border-color: #BE3155; }
span { border-color: rgb(190,49,85); }
td.TdClassName
{
border-color: #BE3155;
}
.TagClassName
{
border-color: #BE3155;
}
</style>