Shades of Old Rose #B91D4F
Tints of Old Rose #B91D4F
RGB
CMYK
RGB Variations
Color information
#B91D4F (or 0xB91D4F) is known color: Old Rose. HEX triplet: B9, 1D and 4F. RGB value is (185,29,79). Sum of RGB (Red+Green+Blue) = 185+29+79=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D4F is #46E2B0. Grayscale: #515151. Windows color (decimal): -4645553 or 5184953. OLE color: 5184953.
HSL color Cylindrical-coordinate representation of color #B91D4F: hue angle of 340.77º degrees, saturation: 0.73, 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 #B91D4F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 79 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.27 |
| HSL | 340.77º | 0.73% | 0.42% | - |
| HSV(B) | 340.77º | 0.84% | 0.73% | - |
| XYZ | 21.86 | 11.76 | 8.51 | - |
| YUV | 81.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 79 | 0 | 0.84 | 0.57 | 0.27 | 340.77 | 0.73 | 0.42 |
| Hex | B9 | 1D | 4F | 0 | 54 | 39 | 1B | 155 | 49 | 2A |
| Octal | 271 | 35 | 117 | 0 | 124 | 71 | 33 | 525 | 111 | 52 |
| Binary | 10111001 | 11101 | 1001111 | 0 | 1010100 | 111001 | 11011 | 101010101 | 1001001 | 101010 |
Color Harmonies of #B91D4F
Complementary color
Monochromatic Colors of #B91D4F
Black with #B91D4F
Text Example
Text Example
White with #B91D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D4F; }
p { color: rgb(185,29,79); }
H1.HeaderClassName
{
color: #B91D4F;
}
.AnyTagClassName
{
color: #B91D4F;
}
</style>
background-color css
<style>
a { background-color: #B91D4F; }
a { background-color: rgb(185,29,79); }
div.DivClassName
{
background-color: #B91D4F;
}
.BgClassName
{
background-color: #B91D4F;
}
</style>
border-color css
<style>
span { border-color: #B91D4F; }
span { border-color: rgb(185,29,79); }
td.TdClassName
{
border-color: #B91D4F;
}
.TagClassName
{
border-color: #B91D4F;
}
</style>