Shades of Old Rose #B91F5E
Tints of Old Rose #B91F5E
RGB
CMYK
RGB Variations
Color information
#B91F5E (or 0xB91F5E) is known color: Old Rose. HEX triplet: B9, 1F and 5E. RGB value is (185,31,94). Sum of RGB (Red+Green+Blue) = 185+31+94=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F5E is #46E0A1. Grayscale: #545454. Windows color (decimal): -4645026 or 6168505. OLE color: 6168505.
HSL color Cylindrical-coordinate representation of color #B91F5E: hue angle of 335.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F5E is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 94 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.27 |
| HSL | 335.45º | 0.71% | 0.42% | - |
| HSV(B) | 335.45º | 0.83% | 0.73% | - |
| XYZ | 22.52 | 12.1 | 11.74 | - |
| YUV | 84.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 94 | 0 | 0.83 | 0.49 | 0.27 | 335.45 | 0.71 | 0.42 |
| Hex | B9 | 1F | 5E | 0 | 53 | 31 | 1B | 14F | 47 | 2A |
| Octal | 271 | 37 | 136 | 0 | 123 | 61 | 33 | 517 | 107 | 52 |
| Binary | 10111001 | 11111 | 1011110 | 0 | 1010011 | 110001 | 11011 | 101001111 | 1000111 | 101010 |
Color Harmonies of #B91F5E
Complementary color
Monochromatic Colors of #B91F5E
Black with #B91F5E
Text Example
Text Example
White with #B91F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F5E; }
p { color: rgb(185,31,94); }
H1.HeaderClassName
{
color: #B91F5E;
}
.AnyTagClassName
{
color: #B91F5E;
}
</style>
background-color css
<style>
a { background-color: #B91F5E; }
a { background-color: rgb(185,31,94); }
div.DivClassName
{
background-color: #B91F5E;
}
.BgClassName
{
background-color: #B91F5E;
}
</style>
border-color css
<style>
span { border-color: #B91F5E; }
span { border-color: rgb(185,31,94); }
td.TdClassName
{
border-color: #B91F5E;
}
.TagClassName
{
border-color: #B91F5E;
}
</style>