Shades of Old Rose #BE325C
Tints of Old Rose #BE325C
RGB
CMYK
RGB Variations
Color information
#BE325C (or 0xBE325C) is known color: Old Rose. HEX triplet: BE, 32 and 5C. RGB value is (190,50,92). Sum of RGB (Red+Green+Blue) = 190+50+92=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE325C is #41CDA3. Grayscale: #606060. Windows color (decimal): -4312484 or 6042302. OLE color: 6042302.
HSL color Cylindrical-coordinate representation of color #BE325C: hue angle of 342º 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 #BE325C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 92 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.25 |
| HSL | 342º | 0.58% | 0.47% | - |
| HSV(B) | 342º | 0.74% | 0.75% | - |
| XYZ | 24.31 | 14 | 11.55 | - |
| YUV | 96.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 92 | 0 | 0.74 | 0.52 | 0.25 | 342 | 0.58 | 0.47 |
| Hex | BE | 32 | 5C | 0 | 4A | 34 | 19 | 156 | 3A | 2F |
| Octal | 276 | 62 | 134 | 0 | 112 | 64 | 31 | 526 | 72 | 57 |
| Binary | 10111110 | 110010 | 1011100 | 0 | 1001010 | 110100 | 11001 | 101010110 | 111010 | 101111 |
Color Harmonies of #BE325C
Complementary color
Monochromatic Colors of #BE325C
Black with #BE325C
Text Example
Text Example
White with #BE325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE325C; }
p { color: rgb(190,50,92); }
H1.HeaderClassName
{
color: #BE325C;
}
.AnyTagClassName
{
color: #BE325C;
}
</style>
background-color css
<style>
a { background-color: #BE325C; }
a { background-color: rgb(190,50,92); }
div.DivClassName
{
background-color: #BE325C;
}
.BgClassName
{
background-color: #BE325C;
}
</style>
border-color css
<style>
span { border-color: #BE325C; }
span { border-color: rgb(190,50,92); }
td.TdClassName
{
border-color: #BE325C;
}
.TagClassName
{
border-color: #BE325C;
}
</style>