Shades of Old Rose #B9284B
Tints of Old Rose #B9284B
RGB
CMYK
RGB Variations
Color information
#B9284B (or 0xB9284B) is known color: Old Rose. HEX triplet: B9, 28 and 4B. RGB value is (185,40,75). Sum of RGB (Red+Green+Blue) = 185+40+75=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9284B is #46D7B4. Grayscale: #575757. Windows color (decimal): -4642741 or 4925625. OLE color: 4925625.
HSL color Cylindrical-coordinate representation of color #B9284B: hue angle of 345.52º 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 #B9284B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 75 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.27 |
| HSL | 345.52º | 0.64% | 0.44% | - |
| HSV(B) | 345.52º | 0.78% | 0.73% | - |
| XYZ | 22.04 | 12.34 | 7.88 | - |
| YUV | 87.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 75 | 0 | 0.78 | 0.59 | 0.27 | 345.52 | 0.64 | 0.44 |
| Hex | B9 | 28 | 4B | 0 | 4E | 3B | 1B | 15A | 40 | 2C |
| Octal | 271 | 50 | 113 | 0 | 116 | 73 | 33 | 532 | 100 | 54 |
| Binary | 10111001 | 101000 | 1001011 | 0 | 1001110 | 111011 | 11011 | 101011010 | 1000000 | 101100 |
Color Harmonies of #B9284B
Complementary color
Monochromatic Colors of #B9284B
Black with #B9284B
Text Example
Text Example
White with #B9284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9284B; }
p { color: rgb(185,40,75); }
H1.HeaderClassName
{
color: #B9284B;
}
.AnyTagClassName
{
color: #B9284B;
}
</style>
background-color css
<style>
a { background-color: #B9284B; }
a { background-color: rgb(185,40,75); }
div.DivClassName
{
background-color: #B9284B;
}
.BgClassName
{
background-color: #B9284B;
}
</style>
border-color css
<style>
span { border-color: #B9284B; }
span { border-color: rgb(185,40,75); }
td.TdClassName
{
border-color: #B9284B;
}
.TagClassName
{
border-color: #B9284B;
}
</style>