Shades of Old Rose #BE285D
Tints of Old Rose #BE285D
RGB
CMYK
RGB Variations
Color information
#BE285D (or 0xBE285D) is known color: Old Rose. HEX triplet: BE, 28 and 5D. RGB value is (190,40,93). Sum of RGB (Red+Green+Blue) = 190+40+93=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE285D is #41D7A2. Grayscale: #5A5A5A. Windows color (decimal): -4315043 or 6105278. OLE color: 6105278.
HSL color Cylindrical-coordinate representation of color #BE285D: hue angle of 338.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE285D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 93 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.25 |
| HSL | 338.8º | 0.65% | 0.45% | - |
| HSV(B) | 338.8º | 0.79% | 0.75% | - |
| XYZ | 23.97 | 13.26 | 11.65 | - |
| YUV | 90.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 93 | 0 | 0.79 | 0.51 | 0.25 | 338.8 | 0.65 | 0.45 |
| Hex | BE | 28 | 5D | 0 | 4F | 33 | 19 | 153 | 41 | 2D |
| Octal | 276 | 50 | 135 | 0 | 117 | 63 | 31 | 523 | 101 | 55 |
| Binary | 10111110 | 101000 | 1011101 | 0 | 1001111 | 110011 | 11001 | 101010011 | 1000001 | 101101 |
Color Harmonies of #BE285D
Complementary color
Monochromatic Colors of #BE285D
Black with #BE285D
Text Example
Text Example
White with #BE285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE285D; }
p { color: rgb(190,40,93); }
H1.HeaderClassName
{
color: #BE285D;
}
.AnyTagClassName
{
color: #BE285D;
}
</style>
background-color css
<style>
a { background-color: #BE285D; }
a { background-color: rgb(190,40,93); }
div.DivClassName
{
background-color: #BE285D;
}
.BgClassName
{
background-color: #BE285D;
}
</style>
border-color css
<style>
span { border-color: #BE285D; }
span { border-color: rgb(190,40,93); }
td.TdClassName
{
border-color: #BE285D;
}
.TagClassName
{
border-color: #BE285D;
}
</style>