Shades of Old Rose #B9404C
Tints of Old Rose #B9404C
RGB
CMYK
RGB Variations
Color information
#B9404C (or 0xB9404C) is known color: Old Rose. HEX triplet: B9, 40 and 4C. RGB value is (185,64,76). Sum of RGB (Red+Green+Blue) = 185+64+76=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9404C is #46BFB3. Grayscale: #656565. Windows color (decimal): -4636596 or 4997305. OLE color: 4997305.
HSL color Cylindrical-coordinate representation of color #B9404C: hue angle of 354.05º 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 #B9404C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 76 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.27 |
| HSL | 354.05º | 0.49% | 0.49% | - |
| HSV(B) | 354.05º | 0.65% | 0.73% | - |
| XYZ | 23.15 | 14.5 | 8.42 | - |
| YUV | 101.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 76 | 0 | 0.65 | 0.59 | 0.27 | 354.05 | 0.49 | 0.49 |
| Hex | B9 | 40 | 4C | 0 | 41 | 3B | 1B | 162 | 31 | 31 |
| Octal | 271 | 100 | 114 | 0 | 101 | 73 | 33 | 542 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1001100 | 0 | 1000001 | 111011 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #B9404C
Complementary color
Monochromatic Colors of #B9404C
Black with #B9404C
Text Example
Text Example
White with #B9404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9404C; }
p { color: rgb(185,64,76); }
H1.HeaderClassName
{
color: #B9404C;
}
.AnyTagClassName
{
color: #B9404C;
}
</style>
background-color css
<style>
a { background-color: #B9404C; }
a { background-color: rgb(185,64,76); }
div.DivClassName
{
background-color: #B9404C;
}
.BgClassName
{
background-color: #B9404C;
}
</style>
border-color css
<style>
span { border-color: #B9404C; }
span { border-color: rgb(185,64,76); }
td.TdClassName
{
border-color: #B9404C;
}
.TagClassName
{
border-color: #B9404C;
}
</style>