Shades of Old Rose #BE3E52
Tints of Old Rose #BE3E52
RGB
CMYK
RGB Variations
Color information
#BE3E52 (or 0xBE3E52) is known color: Old Rose. HEX triplet: BE, 3E and 52. RGB value is (190,62,82). Sum of RGB (Red+Green+Blue) = 190+62+82=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E52 is #41C1AD. Grayscale: #666666. Windows color (decimal): -4309422 or 5390014. OLE color: 5390014.
HSL color Cylindrical-coordinate representation of color #BE3E52: hue angle of 350.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E52 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 82 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.25 |
| HSL | 350.63º | 0.51% | 0.49% | - |
| HSV(B) | 350.63º | 0.67% | 0.75% | - |
| XYZ | 24.48 | 15 | 9.59 | - |
| YUV | 102.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 82 | 0 | 0.67 | 0.57 | 0.25 | 350.63 | 0.51 | 0.49 |
| Hex | BE | 3E | 52 | 0 | 43 | 39 | 19 | 15F | 33 | 31 |
| Octal | 276 | 76 | 122 | 0 | 103 | 71 | 31 | 537 | 63 | 61 |
| Binary | 10111110 | 111110 | 1010010 | 0 | 1000011 | 111001 | 11001 | 101011111 | 110011 | 110001 |
Color Harmonies of #BE3E52
Complementary color
Monochromatic Colors of #BE3E52
Black with #BE3E52
Text Example
Text Example
White with #BE3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E52; }
p { color: rgb(190,62,82); }
H1.HeaderClassName
{
color: #BE3E52;
}
.AnyTagClassName
{
color: #BE3E52;
}
</style>
background-color css
<style>
a { background-color: #BE3E52; }
a { background-color: rgb(190,62,82); }
div.DivClassName
{
background-color: #BE3E52;
}
.BgClassName
{
background-color: #BE3E52;
}
</style>
border-color css
<style>
span { border-color: #BE3E52; }
span { border-color: rgb(190,62,82); }
td.TdClassName
{
border-color: #BE3E52;
}
.TagClassName
{
border-color: #BE3E52;
}
</style>