Shades of Old Rose #BE245A
Tints of Old Rose #BE245A
RGB
CMYK
RGB Variations
Color information
#BE245A (or 0xBE245A) is known color: Old Rose. HEX triplet: BE, 24 and 5A. RGB value is (190,36,90). Sum of RGB (Red+Green+Blue) = 190+36+90=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE245A is #41DBA5. Grayscale: #585858. Windows color (decimal): -4316070 or 5907646. OLE color: 5907646.
HSL color Cylindrical-coordinate representation of color #BE245A: hue angle of 338.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE245A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 90 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.25 |
| HSL | 338.96º | 0.68% | 0.44% | - |
| HSV(B) | 338.96º | 0.81% | 0.75% | - |
| XYZ | 23.71 | 12.95 | 10.92 | - |
| YUV | 88.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 90 | 0 | 0.81 | 0.53 | 0.25 | 338.96 | 0.68 | 0.44 |
| Hex | BE | 24 | 5A | 0 | 51 | 35 | 19 | 153 | 44 | 2C |
| Octal | 276 | 44 | 132 | 0 | 121 | 65 | 31 | 523 | 104 | 54 |
| Binary | 10111110 | 100100 | 1011010 | 0 | 1010001 | 110101 | 11001 | 101010011 | 1000100 | 101100 |
Color Harmonies of #BE245A
Complementary color
Monochromatic Colors of #BE245A
Black with #BE245A
Text Example
Text Example
White with #BE245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE245A; }
p { color: rgb(190,36,90); }
H1.HeaderClassName
{
color: #BE245A;
}
.AnyTagClassName
{
color: #BE245A;
}
</style>
background-color css
<style>
a { background-color: #BE245A; }
a { background-color: rgb(190,36,90); }
div.DivClassName
{
background-color: #BE245A;
}
.BgClassName
{
background-color: #BE245A;
}
</style>
border-color css
<style>
span { border-color: #BE245A; }
span { border-color: rgb(190,36,90); }
td.TdClassName
{
border-color: #BE245A;
}
.TagClassName
{
border-color: #BE245A;
}
</style>