Shades of Old Rose #BE3E5B
Tints of Old Rose #BE3E5B
RGB
CMYK
RGB Variations
Color information
#BE3E5B (or 0xBE3E5B) is known color: Old Rose. HEX triplet: BE, 3E and 5B. RGB value is (190,62,91). Sum of RGB (Red+Green+Blue) = 190+62+91=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E5B is #41C1A4. Grayscale: #676767. Windows color (decimal): -4309413 or 5979838. OLE color: 5979838.
HSL color Cylindrical-coordinate representation of color #BE3E5B: hue angle of 346.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E5B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 91 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.25 |
| HSL | 346.41º | 0.51% | 0.49% | - |
| HSV(B) | 346.41º | 0.67% | 0.75% | - |
| XYZ | 24.85 | 15.15 | 11.51 | - |
| YUV | 103.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 91 | 0 | 0.67 | 0.52 | 0.25 | 346.41 | 0.51 | 0.49 |
| Hex | BE | 3E | 5B | 0 | 43 | 34 | 19 | 15A | 33 | 31 |
| Octal | 276 | 76 | 133 | 0 | 103 | 64 | 31 | 532 | 63 | 61 |
| Binary | 10111110 | 111110 | 1011011 | 0 | 1000011 | 110100 | 11001 | 101011010 | 110011 | 110001 |
Color Harmonies of #BE3E5B
Complementary color
Monochromatic Colors of #BE3E5B
Black with #BE3E5B
Text Example
Text Example
White with #BE3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E5B; }
p { color: rgb(190,62,91); }
H1.HeaderClassName
{
color: #BE3E5B;
}
.AnyTagClassName
{
color: #BE3E5B;
}
</style>
background-color css
<style>
a { background-color: #BE3E5B; }
a { background-color: rgb(190,62,91); }
div.DivClassName
{
background-color: #BE3E5B;
}
.BgClassName
{
background-color: #BE3E5B;
}
</style>
border-color css
<style>
span { border-color: #BE3E5B; }
span { border-color: rgb(190,62,91); }
td.TdClassName
{
border-color: #BE3E5B;
}
.TagClassName
{
border-color: #BE3E5B;
}
</style>