Shades of Old Rose #BE204C
Tints of Old Rose #BE204C
RGB
CMYK
RGB Variations
Color information
#BE204C (or 0xBE204C) is known color: Old Rose. HEX triplet: BE, 20 and 4C. RGB value is (190,32,76). Sum of RGB (Red+Green+Blue) = 190+32+76=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE204C is #41DFB3. Grayscale: #545454. Windows color (decimal): -4317108 or 4989118. OLE color: 4989118.
HSL color Cylindrical-coordinate representation of color #BE204C: hue angle of 343.29º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE204C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 76 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.25 |
| HSL | 343.29º | 0.71% | 0.44% | - |
| HSV(B) | 343.29º | 0.83% | 0.75% | - |
| XYZ | 23.06 | 12.5 | 8.04 | - |
| YUV | 84.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 76 | 0 | 0.83 | 0.60 | 0.25 | 343.29 | 0.71 | 0.44 |
| Hex | BE | 20 | 4C | 0 | 53 | 3C | 19 | 157 | 47 | 2C |
| Octal | 276 | 40 | 114 | 0 | 123 | 74 | 31 | 527 | 107 | 54 |
| Binary | 10111110 | 100000 | 1001100 | 0 | 1010011 | 111100 | 11001 | 101010111 | 1000111 | 101100 |
Color Harmonies of #BE204C
Complementary color
Monochromatic Colors of #BE204C
Black with #BE204C
Text Example
Text Example
White with #BE204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE204C; }
p { color: rgb(190,32,76); }
H1.HeaderClassName
{
color: #BE204C;
}
.AnyTagClassName
{
color: #BE204C;
}
</style>
background-color css
<style>
a { background-color: #BE204C; }
a { background-color: rgb(190,32,76); }
div.DivClassName
{
background-color: #BE204C;
}
.BgClassName
{
background-color: #BE204C;
}
</style>
border-color css
<style>
span { border-color: #BE204C; }
span { border-color: rgb(190,32,76); }
td.TdClassName
{
border-color: #BE204C;
}
.TagClassName
{
border-color: #BE204C;
}
</style>