Shades of Old Rose #B9184C
Tints of Old Rose #B9184C
RGB
CMYK
RGB Variations
Color information
#B9184C (or 0xB9184C) is known color: Old Rose. HEX triplet: B9, 18 and 4C. RGB value is (185,24,76). Sum of RGB (Red+Green+Blue) = 185+24+76=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9184C is #46E7B3. Grayscale: #4E4E4E. Windows color (decimal): -4646836 or 4987065. OLE color: 4987065.
HSL color Cylindrical-coordinate representation of color #B9184C: hue angle of 340.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9184C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 76 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.27 |
| HSL | 340.62º | 0.77% | 0.41% | - |
| HSV(B) | 340.62º | 0.87% | 0.73% | - |
| XYZ | 21.64 | 11.49 | 7.91 | - |
| YUV | 78.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 76 | 0 | 0.87 | 0.59 | 0.27 | 340.62 | 0.77 | 0.41 |
| Hex | B9 | 18 | 4C | 0 | 57 | 3B | 1B | 155 | 4D | 29 |
| Octal | 271 | 30 | 114 | 0 | 127 | 73 | 33 | 525 | 115 | 51 |
| Binary | 10111001 | 11000 | 1001100 | 0 | 1010111 | 111011 | 11011 | 101010101 | 1001101 | 101001 |
Color Harmonies of #B9184C
Complementary color
Monochromatic Colors of #B9184C
Black with #B9184C
Text Example
Text Example
White with #B9184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9184C; }
p { color: rgb(185,24,76); }
H1.HeaderClassName
{
color: #B9184C;
}
.AnyTagClassName
{
color: #B9184C;
}
</style>
background-color css
<style>
a { background-color: #B9184C; }
a { background-color: rgb(185,24,76); }
div.DivClassName
{
background-color: #B9184C;
}
.BgClassName
{
background-color: #B9184C;
}
</style>
border-color css
<style>
span { border-color: #B9184C; }
span { border-color: rgb(185,24,76); }
td.TdClassName
{
border-color: #B9184C;
}
.TagClassName
{
border-color: #B9184C;
}
</style>