Shades of Old Rose #BE3A4D
Tints of Old Rose #BE3A4D
RGB
CMYK
RGB Variations
Color information
#BE3A4D (or 0xBE3A4D) is known color: Old Rose. HEX triplet: BE, 3A and 4D. RGB value is (190,58,77). Sum of RGB (Red+Green+Blue) = 190+58+77=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A4D is #41C5B2. Grayscale: #636363. Windows color (decimal): -4310451 or 5061310. OLE color: 5061310.
HSL color Cylindrical-coordinate representation of color #BE3A4D: hue angle of 351.36º 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 #BE3A4D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 77 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.25 |
| HSL | 351.36º | 0.53% | 0.49% | - |
| HSV(B) | 351.36º | 0.69% | 0.75% | - |
| XYZ | 24.09 | 14.51 | 8.55 | - |
| YUV | 99.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 77 | 0 | 0.69 | 0.59 | 0.25 | 351.36 | 0.53 | 0.49 |
| Hex | BE | 3A | 4D | 0 | 45 | 3B | 19 | 15F | 35 | 31 |
| Octal | 276 | 72 | 115 | 0 | 105 | 73 | 31 | 537 | 65 | 61 |
| Binary | 10111110 | 111010 | 1001101 | 0 | 1000101 | 111011 | 11001 | 101011111 | 110101 | 110001 |
Color Harmonies of #BE3A4D
Complementary color
Monochromatic Colors of #BE3A4D
Black with #BE3A4D
Text Example
Text Example
White with #BE3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A4D; }
p { color: rgb(190,58,77); }
H1.HeaderClassName
{
color: #BE3A4D;
}
.AnyTagClassName
{
color: #BE3A4D;
}
</style>
background-color css
<style>
a { background-color: #BE3A4D; }
a { background-color: rgb(190,58,77); }
div.DivClassName
{
background-color: #BE3A4D;
}
.BgClassName
{
background-color: #BE3A4D;
}
</style>
border-color css
<style>
span { border-color: #BE3A4D; }
span { border-color: rgb(190,58,77); }
td.TdClassName
{
border-color: #BE3A4D;
}
.TagClassName
{
border-color: #BE3A4D;
}
</style>