Shades of Old Rose #BE324B
Tints of Old Rose #BE324B
RGB
CMYK
RGB Variations
Color information
#BE324B (or 0xBE324B) is known color: Old Rose. HEX triplet: BE, 32 and 4B. RGB value is (190,50,75). Sum of RGB (Red+Green+Blue) = 190+50+75=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE324B is #41CDB4. Grayscale: #5E5E5E. Windows color (decimal): -4312501 or 4928190. OLE color: 4928190.
HSL color Cylindrical-coordinate representation of color #BE324B: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE324B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 75 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.25 |
| HSL | 349.29º | 0.58% | 0.47% | - |
| HSV(B) | 349.29º | 0.74% | 0.75% | - |
| XYZ | 23.65 | 13.74 | 8.06 | - |
| YUV | 94.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 75 | 0 | 0.74 | 0.61 | 0.25 | 349.29 | 0.58 | 0.47 |
| Hex | BE | 32 | 4B | 0 | 4A | 3D | 19 | 15D | 3A | 2F |
| Octal | 276 | 62 | 113 | 0 | 112 | 75 | 31 | 535 | 72 | 57 |
| Binary | 10111110 | 110010 | 1001011 | 0 | 1001010 | 111101 | 11001 | 101011101 | 111010 | 101111 |
Color Harmonies of #BE324B
Complementary color
Monochromatic Colors of #BE324B
Black with #BE324B
Text Example
Text Example
White with #BE324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE324B; }
p { color: rgb(190,50,75); }
H1.HeaderClassName
{
color: #BE324B;
}
.AnyTagClassName
{
color: #BE324B;
}
</style>
background-color css
<style>
a { background-color: #BE324B; }
a { background-color: rgb(190,50,75); }
div.DivClassName
{
background-color: #BE324B;
}
.BgClassName
{
background-color: #BE324B;
}
</style>
border-color css
<style>
span { border-color: #BE324B; }
span { border-color: rgb(190,50,75); }
td.TdClassName
{
border-color: #BE324B;
}
.TagClassName
{
border-color: #BE324B;
}
</style>