Shades of Old Rose #B9194D
Tints of Old Rose #B9194D
RGB
CMYK
RGB Variations
Color information
#B9194D (or 0xB9194D) is known color: Old Rose. HEX triplet: B9, 19 and 4D. RGB value is (185,25,77). Sum of RGB (Red+Green+Blue) = 185+25+77=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9194D is #46E6B2. Grayscale: #4E4E4E. Windows color (decimal): -4646579 or 5052857. OLE color: 5052857.
HSL color Cylindrical-coordinate representation of color #B9194D: hue angle of 340.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9194D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 77 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.27 |
| HSL | 340.5º | 0.76% | 0.41% | - |
| HSV(B) | 340.5º | 0.86% | 0.73% | - |
| XYZ | 21.69 | 11.55 | 8.11 | - |
| YUV | 78.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 77 | 0 | 0.86 | 0.58 | 0.27 | 340.5 | 0.76 | 0.41 |
| Hex | B9 | 19 | 4D | 0 | 56 | 3A | 1B | 154 | 4C | 29 |
| Octal | 271 | 31 | 115 | 0 | 126 | 72 | 33 | 524 | 114 | 51 |
| Binary | 10111001 | 11001 | 1001101 | 0 | 1010110 | 111010 | 11011 | 101010100 | 1001100 | 101001 |
Color Harmonies of #B9194D
Complementary color
Monochromatic Colors of #B9194D
Black with #B9194D
Text Example
Text Example
White with #B9194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9194D; }
p { color: rgb(185,25,77); }
H1.HeaderClassName
{
color: #B9194D;
}
.AnyTagClassName
{
color: #B9194D;
}
</style>
background-color css
<style>
a { background-color: #B9194D; }
a { background-color: rgb(185,25,77); }
div.DivClassName
{
background-color: #B9194D;
}
.BgClassName
{
background-color: #B9194D;
}
</style>
border-color css
<style>
span { border-color: #B9194D; }
span { border-color: rgb(185,25,77); }
td.TdClassName
{
border-color: #B9194D;
}
.TagClassName
{
border-color: #B9194D;
}
</style>