Shades of Old Rose #B91B4D
Tints of Old Rose #B91B4D
RGB
CMYK
RGB Variations
Color information
#B91B4D (or 0xB91B4D) is known color: Old Rose. HEX triplet: B9, 1B and 4D. RGB value is (185,27,77). Sum of RGB (Red+Green+Blue) = 185+27+77=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B4D is #46E4B2. Grayscale: #4F4F4F. Windows color (decimal): -4646067 or 5053369. OLE color: 5053369.
HSL color Cylindrical-coordinate representation of color #B91B4D: hue angle of 341.01º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B4D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 77 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.27 |
| HSL | 341.01º | 0.75% | 0.42% | - |
| HSV(B) | 341.01º | 0.85% | 0.73% | - |
| XYZ | 21.74 | 11.63 | 8.12 | - |
| YUV | 79.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 77 | 0 | 0.85 | 0.58 | 0.27 | 341.01 | 0.75 | 0.42 |
| Hex | B9 | 1B | 4D | 0 | 55 | 3A | 1B | 155 | 4B | 2A |
| Octal | 271 | 33 | 115 | 0 | 125 | 72 | 33 | 525 | 113 | 52 |
| Binary | 10111001 | 11011 | 1001101 | 0 | 1010101 | 111010 | 11011 | 101010101 | 1001011 | 101010 |
Color Harmonies of #B91B4D
Complementary color
Monochromatic Colors of #B91B4D
Black with #B91B4D
Text Example
Text Example
White with #B91B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B4D; }
p { color: rgb(185,27,77); }
H1.HeaderClassName
{
color: #B91B4D;
}
.AnyTagClassName
{
color: #B91B4D;
}
</style>
background-color css
<style>
a { background-color: #B91B4D; }
a { background-color: rgb(185,27,77); }
div.DivClassName
{
background-color: #B91B4D;
}
.BgClassName
{
background-color: #B91B4D;
}
</style>
border-color css
<style>
span { border-color: #B91B4D; }
span { border-color: rgb(185,27,77); }
td.TdClassName
{
border-color: #B91B4D;
}
.TagClassName
{
border-color: #B91B4D;
}
</style>