Shades of Old Rose #BE395E
Tints of Old Rose #BE395E
RGB
CMYK
RGB Variations
Color information
#BE395E (or 0xBE395E) is known color: Old Rose. HEX triplet: BE, 39 and 5E. RGB value is (190,57,94). Sum of RGB (Red+Green+Blue) = 190+57+94=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE395E is #41C6A1. Grayscale: #646464. Windows color (decimal): -4310690 or 6175166. OLE color: 6175166.
HSL color Cylindrical-coordinate representation of color #BE395E: hue angle of 343.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE395E is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 94 | - |
| CMYK | 0 | 0.7 | 0.51 | 0.25 |
| HSL | 343.31º | 0.54% | 0.48% | - |
| HSV(B) | 343.31º | 0.7% | 0.75% | - |
| XYZ | 24.72 | 14.68 | 12.12 | - |
| YUV | 100.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 94 | 0 | 0.7 | 0.51 | 0.25 | 343.31 | 0.54 | 0.48 |
| Hex | BE | 39 | 5E | 0 | 46 | 33 | 19 | 157 | 36 | 30 |
| Octal | 276 | 71 | 136 | 0 | 106 | 63 | 31 | 527 | 66 | 60 |
| Binary | 10111110 | 111001 | 1011110 | 0 | 1000110 | 110011 | 11001 | 101010111 | 110110 | 110000 |
Color Harmonies of #BE395E
Complementary color
Monochromatic Colors of #BE395E
Black with #BE395E
Text Example
Text Example
White with #BE395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE395E; }
p { color: rgb(190,57,94); }
H1.HeaderClassName
{
color: #BE395E;
}
.AnyTagClassName
{
color: #BE395E;
}
</style>
background-color css
<style>
a { background-color: #BE395E; }
a { background-color: rgb(190,57,94); }
div.DivClassName
{
background-color: #BE395E;
}
.BgClassName
{
background-color: #BE395E;
}
</style>
border-color css
<style>
span { border-color: #BE395E; }
span { border-color: rgb(190,57,94); }
td.TdClassName
{
border-color: #BE395E;
}
.TagClassName
{
border-color: #BE395E;
}
</style>