Shades of Old Rose #BE3C52
Tints of Old Rose #BE3C52
RGB
CMYK
RGB Variations
Color information
#BE3C52 (or 0xBE3C52) is known color: Old Rose. HEX triplet: BE, 3C and 52. RGB value is (190,60,82). Sum of RGB (Red+Green+Blue) = 190+60+82=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C52 is #41C3AD. Grayscale: #656565. Windows color (decimal): -4309934 or 5389502. OLE color: 5389502.
HSL color Cylindrical-coordinate representation of color #BE3C52: hue angle of 349.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C52 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 82 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.25 |
| HSL | 349.85º | 0.52% | 0.49% | - |
| HSV(B) | 349.85º | 0.68% | 0.75% | - |
| XYZ | 24.37 | 14.79 | 9.55 | - |
| YUV | 101.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 82 | 0 | 0.68 | 0.57 | 0.25 | 349.85 | 0.52 | 0.49 |
| Hex | BE | 3C | 52 | 0 | 44 | 39 | 19 | 15E | 34 | 31 |
| Octal | 276 | 74 | 122 | 0 | 104 | 71 | 31 | 536 | 64 | 61 |
| Binary | 10111110 | 111100 | 1010010 | 0 | 1000100 | 111001 | 11001 | 101011110 | 110100 | 110001 |
Color Harmonies of #BE3C52
Complementary color
Monochromatic Colors of #BE3C52
Black with #BE3C52
Text Example
Text Example
White with #BE3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C52; }
p { color: rgb(190,60,82); }
H1.HeaderClassName
{
color: #BE3C52;
}
.AnyTagClassName
{
color: #BE3C52;
}
</style>
background-color css
<style>
a { background-color: #BE3C52; }
a { background-color: rgb(190,60,82); }
div.DivClassName
{
background-color: #BE3C52;
}
.BgClassName
{
background-color: #BE3C52;
}
</style>
border-color css
<style>
span { border-color: #BE3C52; }
span { border-color: rgb(190,60,82); }
td.TdClassName
{
border-color: #BE3C52;
}
.TagClassName
{
border-color: #BE3C52;
}
</style>