Shades of Old Rose #BE3454
Tints of Old Rose #BE3454
RGB
CMYK
RGB Variations
Color information
#BE3454 (or 0xBE3454) is known color: Old Rose. HEX triplet: BE, 34 and 54. RGB value is (190,52,84). Sum of RGB (Red+Green+Blue) = 190+52+84=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3454 is #41CBAB. Grayscale: #606060. Windows color (decimal): -4311980 or 5518526. OLE color: 5518526.
HSL color Cylindrical-coordinate representation of color #BE3454: hue angle of 346.09º 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 #BE3454 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 84 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.25 |
| HSL | 346.09º | 0.57% | 0.47% | - |
| HSV(B) | 346.09º | 0.73% | 0.75% | - |
| XYZ | 24.06 | 14.04 | 9.83 | - |
| YUV | 96.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 84 | 0 | 0.73 | 0.56 | 0.25 | 346.09 | 0.57 | 0.47 |
| Hex | BE | 34 | 54 | 0 | 49 | 38 | 19 | 15A | 39 | 2F |
| Octal | 276 | 64 | 124 | 0 | 111 | 70 | 31 | 532 | 71 | 57 |
| Binary | 10111110 | 110100 | 1010100 | 0 | 1001001 | 111000 | 11001 | 101011010 | 111001 | 101111 |
Color Harmonies of #BE3454
Complementary color
Monochromatic Colors of #BE3454
Black with #BE3454
Text Example
Text Example
White with #BE3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3454; }
p { color: rgb(190,52,84); }
H1.HeaderClassName
{
color: #BE3454;
}
.AnyTagClassName
{
color: #BE3454;
}
</style>
background-color css
<style>
a { background-color: #BE3454; }
a { background-color: rgb(190,52,84); }
div.DivClassName
{
background-color: #BE3454;
}
.BgClassName
{
background-color: #BE3454;
}
</style>
border-color css
<style>
span { border-color: #BE3454; }
span { border-color: rgb(190,52,84); }
td.TdClassName
{
border-color: #BE3454;
}
.TagClassName
{
border-color: #BE3454;
}
</style>