Shades of Old Rose #B9284D
Tints of Old Rose #B9284D
RGB
CMYK
RGB Variations
Color information
#B9284D (or 0xB9284D) is known color: Old Rose. HEX triplet: B9, 28 and 4D. RGB value is (185,40,77). Sum of RGB (Red+Green+Blue) = 185+40+77=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9284D is #46D7B2. Grayscale: #575757. Windows color (decimal): -4642739 or 5056697. OLE color: 5056697.
HSL color Cylindrical-coordinate representation of color #B9284D: hue angle of 344.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9284D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 77 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.27 |
| HSL | 344.69º | 0.64% | 0.44% | - |
| HSV(B) | 344.69º | 0.78% | 0.73% | - |
| XYZ | 22.11 | 12.37 | 8.24 | - |
| YUV | 87.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 77 | 0 | 0.78 | 0.58 | 0.27 | 344.69 | 0.64 | 0.44 |
| Hex | B9 | 28 | 4D | 0 | 4E | 3A | 1B | 159 | 40 | 2C |
| Octal | 271 | 50 | 115 | 0 | 116 | 72 | 33 | 531 | 100 | 54 |
| Binary | 10111001 | 101000 | 1001101 | 0 | 1001110 | 111010 | 11011 | 101011001 | 1000000 | 101100 |
Color Harmonies of #B9284D
Complementary color
Monochromatic Colors of #B9284D
Black with #B9284D
Text Example
Text Example
White with #B9284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9284D; }
p { color: rgb(185,40,77); }
H1.HeaderClassName
{
color: #B9284D;
}
.AnyTagClassName
{
color: #B9284D;
}
</style>
background-color css
<style>
a { background-color: #B9284D; }
a { background-color: rgb(185,40,77); }
div.DivClassName
{
background-color: #B9284D;
}
.BgClassName
{
background-color: #B9284D;
}
</style>
border-color css
<style>
span { border-color: #B9284D; }
span { border-color: rgb(185,40,77); }
td.TdClassName
{
border-color: #B9284D;
}
.TagClassName
{
border-color: #B9284D;
}
</style>