Shades of Old Rose #B91752
Tints of Old Rose #B91752
RGB
CMYK
RGB Variations
Color information
#B91752 (or 0xB91752) is known color: Old Rose. HEX triplet: B9, 17 and 52. RGB value is (185,23,82). Sum of RGB (Red+Green+Blue) = 185+23+82=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B91752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91752 is #46E8AD. Grayscale: #4E4E4E. Windows color (decimal): -4647086 or 5380025. OLE color: 5380025.
HSL color Cylindrical-coordinate representation of color #B91752: hue angle of 338.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91752 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 82 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.27 |
| HSL | 338.15º | 0.78% | 0.41% | - |
| HSV(B) | 338.15º | 0.88% | 0.73% | - |
| XYZ | 21.84 | 11.54 | 9.06 | - |
| YUV | 78.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 82 | 0 | 0.88 | 0.56 | 0.27 | 338.15 | 0.78 | 0.41 |
| Hex | B9 | 17 | 52 | 0 | 58 | 38 | 1B | 152 | 4E | 29 |
| Octal | 271 | 27 | 122 | 0 | 130 | 70 | 33 | 522 | 116 | 51 |
| Binary | 10111001 | 10111 | 1010010 | 0 | 1011000 | 111000 | 11011 | 101010010 | 1001110 | 101001 |
Color Harmonies of #B91752
Complementary color
Monochromatic Colors of #B91752
Black with #B91752
Text Example
Text Example
White with #B91752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91752; }
p { color: rgb(185,23,82); }
H1.HeaderClassName
{
color: #B91752;
}
.AnyTagClassName
{
color: #B91752;
}
</style>
background-color css
<style>
a { background-color: #B91752; }
a { background-color: rgb(185,23,82); }
div.DivClassName
{
background-color: #B91752;
}
.BgClassName
{
background-color: #B91752;
}
</style>
border-color css
<style>
span { border-color: #B91752; }
span { border-color: rgb(185,23,82); }
td.TdClassName
{
border-color: #B91752;
}
.TagClassName
{
border-color: #B91752;
}
</style>