Shades of Old Rose #B91E58
Tints of Old Rose #B91E58
RGB
CMYK
RGB Variations
Color information
#B91E58 (or 0xB91E58) is known color: Old Rose. HEX triplet: B9, 1E and 58. RGB value is (185,30,88). Sum of RGB (Red+Green+Blue) = 185+30+88=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E58 is #46E1A7. Grayscale: #525252. Windows color (decimal): -4645288 or 5775033. OLE color: 5775033.
HSL color Cylindrical-coordinate representation of color #B91E58: hue angle of 337.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E58 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 88 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.27 |
| HSL | 337.55º | 0.72% | 0.42% | - |
| HSV(B) | 337.55º | 0.84% | 0.73% | - |
| XYZ | 22.23 | 11.95 | 10.37 | - |
| YUV | 82.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 88 | 0 | 0.84 | 0.52 | 0.27 | 337.55 | 0.72 | 0.42 |
| Hex | B9 | 1E | 58 | 0 | 54 | 34 | 1B | 152 | 48 | 2A |
| Octal | 271 | 36 | 130 | 0 | 124 | 64 | 33 | 522 | 110 | 52 |
| Binary | 10111001 | 11110 | 1011000 | 0 | 1010100 | 110100 | 11011 | 101010010 | 1001000 | 101010 |
Color Harmonies of #B91E58
Complementary color
Monochromatic Colors of #B91E58
Black with #B91E58
Text Example
Text Example
White with #B91E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E58; }
p { color: rgb(185,30,88); }
H1.HeaderClassName
{
color: #B91E58;
}
.AnyTagClassName
{
color: #B91E58;
}
</style>
background-color css
<style>
a { background-color: #B91E58; }
a { background-color: rgb(185,30,88); }
div.DivClassName
{
background-color: #B91E58;
}
.BgClassName
{
background-color: #B91E58;
}
</style>
border-color css
<style>
span { border-color: #B91E58; }
span { border-color: rgb(185,30,88); }
td.TdClassName
{
border-color: #B91E58;
}
.TagClassName
{
border-color: #B91E58;
}
</style>