Shades of Old Rose #BE3A53
Tints of Old Rose #BE3A53
RGB
CMYK
RGB Variations
Color information
#BE3A53 (or 0xBE3A53) is known color: Old Rose. HEX triplet: BE, 3A and 53. RGB value is (190,58,83). Sum of RGB (Red+Green+Blue) = 190+58+83=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A53 is #41C5AC. Grayscale: #646464. Windows color (decimal): -4310445 or 5454526. OLE color: 5454526.
HSL color Cylindrical-coordinate representation of color #BE3A53: hue angle of 348.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A53 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 83 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.25 |
| HSL | 348.64º | 0.53% | 0.49% | - |
| HSV(B) | 348.64º | 0.69% | 0.75% | - |
| XYZ | 24.31 | 14.6 | 9.72 | - |
| YUV | 100.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 83 | 0 | 0.69 | 0.56 | 0.25 | 348.64 | 0.53 | 0.49 |
| Hex | BE | 3A | 53 | 0 | 45 | 38 | 19 | 15D | 35 | 31 |
| Octal | 276 | 72 | 123 | 0 | 105 | 70 | 31 | 535 | 65 | 61 |
| Binary | 10111110 | 111010 | 1010011 | 0 | 1000101 | 111000 | 11001 | 101011101 | 110101 | 110001 |
Color Harmonies of #BE3A53
Complementary color
Monochromatic Colors of #BE3A53
Black with #BE3A53
Text Example
Text Example
White with #BE3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A53; }
p { color: rgb(190,58,83); }
H1.HeaderClassName
{
color: #BE3A53;
}
.AnyTagClassName
{
color: #BE3A53;
}
</style>
background-color css
<style>
a { background-color: #BE3A53; }
a { background-color: rgb(190,58,83); }
div.DivClassName
{
background-color: #BE3A53;
}
.BgClassName
{
background-color: #BE3A53;
}
</style>
border-color css
<style>
span { border-color: #BE3A53; }
span { border-color: rgb(190,58,83); }
td.TdClassName
{
border-color: #BE3A53;
}
.TagClassName
{
border-color: #BE3A53;
}
</style>