Shades of Old Rose #B9204D
Tints of Old Rose #B9204D
RGB
CMYK
RGB Variations
Color information
#B9204D (or 0xB9204D) is known color: Old Rose. HEX triplet: B9, 20 and 4D. RGB value is (185,32,77). Sum of RGB (Red+Green+Blue) = 185+32+77=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9204D is #46DFB2. Grayscale: #525252. Windows color (decimal): -4644787 or 5054649. OLE color: 5054649.
HSL color Cylindrical-coordinate representation of color #B9204D: hue angle of 342.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9204D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 77 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.27 |
| HSL | 342.35º | 0.71% | 0.43% | - |
| HSV(B) | 342.35º | 0.83% | 0.73% | - |
| XYZ | 21.86 | 11.88 | 8.16 | - |
| YUV | 82.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 77 | 0 | 0.83 | 0.58 | 0.27 | 342.35 | 0.71 | 0.43 |
| Hex | B9 | 20 | 4D | 0 | 53 | 3A | 1B | 156 | 47 | 2B |
| Octal | 271 | 40 | 115 | 0 | 123 | 72 | 33 | 526 | 107 | 53 |
| Binary | 10111001 | 100000 | 1001101 | 0 | 1010011 | 111010 | 11011 | 101010110 | 1000111 | 101011 |
Color Harmonies of #B9204D
Complementary color
Monochromatic Colors of #B9204D
Black with #B9204D
Text Example
Text Example
White with #B9204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9204D; }
p { color: rgb(185,32,77); }
H1.HeaderClassName
{
color: #B9204D;
}
.AnyTagClassName
{
color: #B9204D;
}
</style>
background-color css
<style>
a { background-color: #B9204D; }
a { background-color: rgb(185,32,77); }
div.DivClassName
{
background-color: #B9204D;
}
.BgClassName
{
background-color: #B9204D;
}
</style>
border-color css
<style>
span { border-color: #B9204D; }
span { border-color: rgb(185,32,77); }
td.TdClassName
{
border-color: #B9204D;
}
.TagClassName
{
border-color: #B9204D;
}
</style>