Shades of Old Rose #B91E5D
Tints of Old Rose #B91E5D
RGB
CMYK
RGB Variations
Color information
#B91E5D (or 0xB91E5D) is known color: Old Rose. HEX triplet: B9, 1E and 5D. RGB value is (185,30,93). Sum of RGB (Red+Green+Blue) = 185+30+93=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E5D is #46E1A2. Grayscale: #535353. Windows color (decimal): -4645283 or 6102713. OLE color: 6102713.
HSL color Cylindrical-coordinate representation of color #B91E5D: hue angle of 335.61º 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 #B91E5D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 93 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.27 |
| HSL | 335.61º | 0.72% | 0.42% | - |
| HSV(B) | 335.61º | 0.84% | 0.73% | - |
| XYZ | 22.45 | 12.03 | 11.5 | - |
| YUV | 83.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 93 | 0 | 0.84 | 0.50 | 0.27 | 335.61 | 0.72 | 0.42 |
| Hex | B9 | 1E | 5D | 0 | 54 | 32 | 1B | 150 | 48 | 2A |
| Octal | 271 | 36 | 135 | 0 | 124 | 62 | 33 | 520 | 110 | 52 |
| Binary | 10111001 | 11110 | 1011101 | 0 | 1010100 | 110010 | 11011 | 101010000 | 1001000 | 101010 |
Color Harmonies of #B91E5D
Complementary color
Monochromatic Colors of #B91E5D
Black with #B91E5D
Text Example
Text Example
White with #B91E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E5D; }
p { color: rgb(185,30,93); }
H1.HeaderClassName
{
color: #B91E5D;
}
.AnyTagClassName
{
color: #B91E5D;
}
</style>
background-color css
<style>
a { background-color: #B91E5D; }
a { background-color: rgb(185,30,93); }
div.DivClassName
{
background-color: #B91E5D;
}
.BgClassName
{
background-color: #B91E5D;
}
</style>
border-color css
<style>
span { border-color: #B91E5D; }
span { border-color: rgb(185,30,93); }
td.TdClassName
{
border-color: #B91E5D;
}
.TagClassName
{
border-color: #B91E5D;
}
</style>