Shades of Old Rose #B9404D
Tints of Old Rose #B9404D
RGB
CMYK
RGB Variations
Color information
#B9404D (or 0xB9404D) is known color: Old Rose. HEX triplet: B9, 40 and 4D. RGB value is (185,64,77). Sum of RGB (Red+Green+Blue) = 185+64+77=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9404D is #46BFB2. Grayscale: #656565. Windows color (decimal): -4636595 or 5062841. OLE color: 5062841.
HSL color Cylindrical-coordinate representation of color #B9404D: hue angle of 353.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9404D is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 77 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.27 |
| HSL | 353.55º | 0.49% | 0.49% | - |
| HSV(B) | 353.55º | 0.65% | 0.73% | - |
| XYZ | 23.18 | 14.52 | 8.6 | - |
| YUV | 101.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 77 | 0 | 0.65 | 0.58 | 0.27 | 353.55 | 0.49 | 0.49 |
| Hex | B9 | 40 | 4D | 0 | 41 | 3A | 1B | 162 | 31 | 31 |
| Octal | 271 | 100 | 115 | 0 | 101 | 72 | 33 | 542 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1001101 | 0 | 1000001 | 111010 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #B9404D
Complementary color
Monochromatic Colors of #B9404D
Black with #B9404D
Text Example
Text Example
White with #B9404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9404D; }
p { color: rgb(185,64,77); }
H1.HeaderClassName
{
color: #B9404D;
}
.AnyTagClassName
{
color: #B9404D;
}
</style>
background-color css
<style>
a { background-color: #B9404D; }
a { background-color: rgb(185,64,77); }
div.DivClassName
{
background-color: #B9404D;
}
.BgClassName
{
background-color: #B9404D;
}
</style>
border-color css
<style>
span { border-color: #B9404D; }
span { border-color: rgb(185,64,77); }
td.TdClassName
{
border-color: #B9404D;
}
.TagClassName
{
border-color: #B9404D;
}
</style>