Shades of Old Rose #BE3A57
Tints of Old Rose #BE3A57
RGB
CMYK
RGB Variations
Color information
#BE3A57 (or 0xBE3A57) is known color: Old Rose. HEX triplet: BE, 3A and 57. RGB value is (190,58,87). Sum of RGB (Red+Green+Blue) = 190+58+87=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A57 is #41C5A8. Grayscale: #646464. Windows color (decimal): -4310441 or 5716670. OLE color: 5716670.
HSL color Cylindrical-coordinate representation of color #BE3A57: hue angle of 346.82º 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 #BE3A57 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 87 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.25 |
| HSL | 346.82º | 0.53% | 0.49% | - |
| HSV(B) | 346.82º | 0.69% | 0.75% | - |
| XYZ | 24.47 | 14.66 | 10.56 | - |
| YUV | 100.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 87 | 0 | 0.69 | 0.54 | 0.25 | 346.82 | 0.53 | 0.49 |
| Hex | BE | 3A | 57 | 0 | 45 | 36 | 19 | 15B | 35 | 31 |
| Octal | 276 | 72 | 127 | 0 | 105 | 66 | 31 | 533 | 65 | 61 |
| Binary | 10111110 | 111010 | 1010111 | 0 | 1000101 | 110110 | 11001 | 101011011 | 110101 | 110001 |
Color Harmonies of #BE3A57
Complementary color
Monochromatic Colors of #BE3A57
Black with #BE3A57
Text Example
Text Example
White with #BE3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A57; }
p { color: rgb(190,58,87); }
H1.HeaderClassName
{
color: #BE3A57;
}
.AnyTagClassName
{
color: #BE3A57;
}
</style>
background-color css
<style>
a { background-color: #BE3A57; }
a { background-color: rgb(190,58,87); }
div.DivClassName
{
background-color: #BE3A57;
}
.BgClassName
{
background-color: #BE3A57;
}
</style>
border-color css
<style>
span { border-color: #BE3A57; }
span { border-color: rgb(190,58,87); }
td.TdClassName
{
border-color: #BE3A57;
}
.TagClassName
{
border-color: #BE3A57;
}
</style>