Shades of Old Rose #BE3A49
Tints of Old Rose #BE3A49
RGB
CMYK
RGB Variations
Color information
#BE3A49 (or 0xBE3A49) is known color: Old Rose. HEX triplet: BE, 3A and 49. RGB value is (190,58,73). Sum of RGB (Red+Green+Blue) = 190+58+73=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A49 is #41C5B6. Grayscale: #636363. Windows color (decimal): -4310455 or 4799166. OLE color: 4799166.
HSL color Cylindrical-coordinate representation of color #BE3A49: hue angle of 353.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A49 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 73 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.25 |
| HSL | 353.18º | 0.53% | 0.49% | - |
| HSV(B) | 353.18º | 0.69% | 0.75% | - |
| XYZ | 23.95 | 14.45 | 7.83 | - |
| YUV | 99.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 73 | 0 | 0.69 | 0.62 | 0.25 | 353.18 | 0.53 | 0.49 |
| Hex | BE | 3A | 49 | 0 | 45 | 3E | 19 | 161 | 35 | 31 |
| Octal | 276 | 72 | 111 | 0 | 105 | 76 | 31 | 541 | 65 | 61 |
| Binary | 10111110 | 111010 | 1001001 | 0 | 1000101 | 111110 | 11001 | 101100001 | 110101 | 110001 |
Color Harmonies of #BE3A49
Complementary color
Monochromatic Colors of #BE3A49
Black with #BE3A49
Text Example
Text Example
White with #BE3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A49; }
p { color: rgb(190,58,73); }
H1.HeaderClassName
{
color: #BE3A49;
}
.AnyTagClassName
{
color: #BE3A49;
}
</style>
background-color css
<style>
a { background-color: #BE3A49; }
a { background-color: rgb(190,58,73); }
div.DivClassName
{
background-color: #BE3A49;
}
.BgClassName
{
background-color: #BE3A49;
}
</style>
border-color css
<style>
span { border-color: #BE3A49; }
span { border-color: rgb(190,58,73); }
td.TdClassName
{
border-color: #BE3A49;
}
.TagClassName
{
border-color: #BE3A49;
}
</style>