Shades of Old Rose #BE255B
Tints of Old Rose #BE255B
RGB
CMYK
RGB Variations
Color information
#BE255B (or 0xBE255B) is known color: Old Rose. HEX triplet: BE, 25 and 5B. RGB value is (190,37,91). Sum of RGB (Red+Green+Blue) = 190+37+91=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE255B is #41DAA4. Grayscale: #585858. Windows color (decimal): -4315813 or 5973438. OLE color: 5973438.
HSL color Cylindrical-coordinate representation of color #BE255B: hue angle of 338.82º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE255B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 91 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.25 |
| HSL | 338.82º | 0.67% | 0.45% | - |
| HSV(B) | 338.82º | 0.81% | 0.75% | - |
| XYZ | 23.79 | 13.03 | 11.16 | - |
| YUV | 88.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 91 | 0 | 0.81 | 0.52 | 0.25 | 338.82 | 0.67 | 0.45 |
| Hex | BE | 25 | 5B | 0 | 51 | 34 | 19 | 153 | 43 | 2D |
| Octal | 276 | 45 | 133 | 0 | 121 | 64 | 31 | 523 | 103 | 55 |
| Binary | 10111110 | 100101 | 1011011 | 0 | 1010001 | 110100 | 11001 | 101010011 | 1000011 | 101101 |
Color Harmonies of #BE255B
Complementary color
Monochromatic Colors of #BE255B
Black with #BE255B
Text Example
Text Example
White with #BE255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE255B; }
p { color: rgb(190,37,91); }
H1.HeaderClassName
{
color: #BE255B;
}
.AnyTagClassName
{
color: #BE255B;
}
</style>
background-color css
<style>
a { background-color: #BE255B; }
a { background-color: rgb(190,37,91); }
div.DivClassName
{
background-color: #BE255B;
}
.BgClassName
{
background-color: #BE255B;
}
</style>
border-color css
<style>
span { border-color: #BE255B; }
span { border-color: rgb(190,37,91); }
td.TdClassName
{
border-color: #BE255B;
}
.TagClassName
{
border-color: #BE255B;
}
</style>