Shades of Old Rose #B91F47
Tints of Old Rose #B91F47
RGB
CMYK
RGB Variations
Color information
#B91F47 (or 0xB91F47) is known color: Old Rose. HEX triplet: B9, 1F and 47. RGB value is (185,31,71). Sum of RGB (Red+Green+Blue) = 185+31+71=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F47 is #46E0B8. Grayscale: #515151. Windows color (decimal): -4645049 or 4661177. OLE color: 4661177.
HSL color Cylindrical-coordinate representation of color #B91F47: hue angle of 344.42º 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 #B91F47 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 71 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.27 |
| HSL | 344.42º | 0.71% | 0.42% | - |
| HSV(B) | 344.42º | 0.83% | 0.73% | - |
| XYZ | 21.63 | 11.75 | 7.09 | - |
| YUV | 81.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 71 | 0 | 0.83 | 0.62 | 0.27 | 344.42 | 0.71 | 0.42 |
| Hex | B9 | 1F | 47 | 0 | 53 | 3E | 1B | 158 | 47 | 2A |
| Octal | 271 | 37 | 107 | 0 | 123 | 76 | 33 | 530 | 107 | 52 |
| Binary | 10111001 | 11111 | 1000111 | 0 | 1010011 | 111110 | 11011 | 101011000 | 1000111 | 101010 |
Color Harmonies of #B91F47
Complementary color
Monochromatic Colors of #B91F47
Black with #B91F47
Text Example
Text Example
White with #B91F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F47; }
p { color: rgb(185,31,71); }
H1.HeaderClassName
{
color: #B91F47;
}
.AnyTagClassName
{
color: #B91F47;
}
</style>
background-color css
<style>
a { background-color: #B91F47; }
a { background-color: rgb(185,31,71); }
div.DivClassName
{
background-color: #B91F47;
}
.BgClassName
{
background-color: #B91F47;
}
</style>
border-color css
<style>
span { border-color: #B91F47; }
span { border-color: rgb(185,31,71); }
td.TdClassName
{
border-color: #B91F47;
}
.TagClassName
{
border-color: #B91F47;
}
</style>