Shades of Old Rose #BE3A56
Tints of Old Rose #BE3A56
RGB
CMYK
RGB Variations
Color information
#BE3A56 (or 0xBE3A56) is known color: Old Rose. HEX triplet: BE, 3A and 56. RGB value is (190,58,86). Sum of RGB (Red+Green+Blue) = 190+58+86=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A56 is #41C5A9. Grayscale: #646464. Windows color (decimal): -4310442 or 5651134. OLE color: 5651134.
HSL color Cylindrical-coordinate representation of color #BE3A56: hue angle of 347.27º 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 #BE3A56 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 86 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.25 |
| HSL | 347.27º | 0.53% | 0.49% | - |
| HSV(B) | 347.27º | 0.69% | 0.75% | - |
| XYZ | 24.43 | 14.65 | 10.34 | - |
| YUV | 100.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 86 | 0 | 0.69 | 0.55 | 0.25 | 347.27 | 0.53 | 0.49 |
| Hex | BE | 3A | 56 | 0 | 45 | 37 | 19 | 15B | 35 | 31 |
| Octal | 276 | 72 | 126 | 0 | 105 | 67 | 31 | 533 | 65 | 61 |
| Binary | 10111110 | 111010 | 1010110 | 0 | 1000101 | 110111 | 11001 | 101011011 | 110101 | 110001 |
Color Harmonies of #BE3A56
Complementary color
Monochromatic Colors of #BE3A56
Black with #BE3A56
Text Example
Text Example
White with #BE3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A56; }
p { color: rgb(190,58,86); }
H1.HeaderClassName
{
color: #BE3A56;
}
.AnyTagClassName
{
color: #BE3A56;
}
</style>
background-color css
<style>
a { background-color: #BE3A56; }
a { background-color: rgb(190,58,86); }
div.DivClassName
{
background-color: #BE3A56;
}
.BgClassName
{
background-color: #BE3A56;
}
</style>
border-color css
<style>
span { border-color: #BE3A56; }
span { border-color: rgb(190,58,86); }
td.TdClassName
{
border-color: #BE3A56;
}
.TagClassName
{
border-color: #BE3A56;
}
</style>