Shades of Old Rose #BE3C5C
Tints of Old Rose #BE3C5C
RGB
CMYK
RGB Variations
Color information
#BE3C5C (or 0xBE3C5C) is known color: Old Rose. HEX triplet: BE, 3C and 5C. RGB value is (190,60,92). Sum of RGB (Red+Green+Blue) = 190+60+92=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C5C is #41C3A3. Grayscale: #666666. Windows color (decimal): -4309924 or 6044862. OLE color: 6044862.
HSL color Cylindrical-coordinate representation of color #BE3C5C: hue angle of 345.23º 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 #BE3C5C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 92 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.25 |
| HSL | 345.23º | 0.52% | 0.49% | - |
| HSV(B) | 345.23º | 0.68% | 0.75% | - |
| XYZ | 24.78 | 14.95 | 11.7 | - |
| YUV | 102.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 92 | 0 | 0.68 | 0.52 | 0.25 | 345.23 | 0.52 | 0.49 |
| Hex | BE | 3C | 5C | 0 | 44 | 34 | 19 | 159 | 34 | 31 |
| Octal | 276 | 74 | 134 | 0 | 104 | 64 | 31 | 531 | 64 | 61 |
| Binary | 10111110 | 111100 | 1011100 | 0 | 1000100 | 110100 | 11001 | 101011001 | 110100 | 110001 |
Color Harmonies of #BE3C5C
Complementary color
Monochromatic Colors of #BE3C5C
Black with #BE3C5C
Text Example
Text Example
White with #BE3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C5C; }
p { color: rgb(190,60,92); }
H1.HeaderClassName
{
color: #BE3C5C;
}
.AnyTagClassName
{
color: #BE3C5C;
}
</style>
background-color css
<style>
a { background-color: #BE3C5C; }
a { background-color: rgb(190,60,92); }
div.DivClassName
{
background-color: #BE3C5C;
}
.BgClassName
{
background-color: #BE3C5C;
}
</style>
border-color css
<style>
span { border-color: #BE3C5C; }
span { border-color: rgb(190,60,92); }
td.TdClassName
{
border-color: #BE3C5C;
}
.TagClassName
{
border-color: #BE3C5C;
}
</style>