Shades of Old Rose #BE345B
Tints of Old Rose #BE345B
RGB
CMYK
RGB Variations
Color information
#BE345B (or 0xBE345B) is known color: Old Rose. HEX triplet: BE, 34 and 5B. RGB value is (190,52,91). Sum of RGB (Red+Green+Blue) = 190+52+91=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345B is #41CBA4. Grayscale: #616161. Windows color (decimal): -4311973 or 5977278. OLE color: 5977278.
HSL color Cylindrical-coordinate representation of color #BE345B: hue angle of 343.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE345B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 91 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.25 |
| HSL | 343.04º | 0.57% | 0.47% | - |
| HSV(B) | 343.04º | 0.73% | 0.75% | - |
| XYZ | 24.35 | 14.16 | 11.35 | - |
| YUV | 97.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 91 | 0 | 0.73 | 0.52 | 0.25 | 343.04 | 0.57 | 0.47 |
| Hex | BE | 34 | 5B | 0 | 49 | 34 | 19 | 157 | 39 | 2F |
| Octal | 276 | 64 | 133 | 0 | 111 | 64 | 31 | 527 | 71 | 57 |
| Binary | 10111110 | 110100 | 1011011 | 0 | 1001001 | 110100 | 11001 | 101010111 | 111001 | 101111 |
Color Harmonies of #BE345B
Complementary color
Monochromatic Colors of #BE345B
Black with #BE345B
Text Example
Text Example
White with #BE345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE345B; }
p { color: rgb(190,52,91); }
H1.HeaderClassName
{
color: #BE345B;
}
.AnyTagClassName
{
color: #BE345B;
}
</style>
background-color css
<style>
a { background-color: #BE345B; }
a { background-color: rgb(190,52,91); }
div.DivClassName
{
background-color: #BE345B;
}
.BgClassName
{
background-color: #BE345B;
}
</style>
border-color css
<style>
span { border-color: #BE345B; }
span { border-color: rgb(190,52,91); }
td.TdClassName
{
border-color: #BE345B;
}
.TagClassName
{
border-color: #BE345B;
}
</style>