Shades of Old Rose #B9284E
Tints of Old Rose #B9284E
RGB
CMYK
RGB Variations
Color information
#B9284E (or 0xB9284E) is known color: Old Rose. HEX triplet: B9, 28 and 4E. RGB value is (185,40,78). Sum of RGB (Red+Green+Blue) = 185+40+78=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9284E is #46D7B1. Grayscale: #575757. Windows color (decimal): -4642738 or 5122233. OLE color: 5122233.
HSL color Cylindrical-coordinate representation of color #B9284E: hue angle of 344.28º 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 #B9284E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 78 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.27 |
| HSL | 344.28º | 0.64% | 0.44% | - |
| HSV(B) | 344.28º | 0.78% | 0.73% | - |
| XYZ | 22.14 | 12.38 | 8.43 | - |
| YUV | 87.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 78 | 0 | 0.78 | 0.58 | 0.27 | 344.28 | 0.64 | 0.44 |
| Hex | B9 | 28 | 4E | 0 | 4E | 3A | 1B | 158 | 40 | 2C |
| Octal | 271 | 50 | 116 | 0 | 116 | 72 | 33 | 530 | 100 | 54 |
| Binary | 10111001 | 101000 | 1001110 | 0 | 1001110 | 111010 | 11011 | 101011000 | 1000000 | 101100 |
Color Harmonies of #B9284E
Complementary color
Monochromatic Colors of #B9284E
Black with #B9284E
Text Example
Text Example
White with #B9284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9284E; }
p { color: rgb(185,40,78); }
H1.HeaderClassName
{
color: #B9284E;
}
.AnyTagClassName
{
color: #B9284E;
}
</style>
background-color css
<style>
a { background-color: #B9284E; }
a { background-color: rgb(185,40,78); }
div.DivClassName
{
background-color: #B9284E;
}
.BgClassName
{
background-color: #B9284E;
}
</style>
border-color css
<style>
span { border-color: #B9284E; }
span { border-color: rgb(185,40,78); }
td.TdClassName
{
border-color: #B9284E;
}
.TagClassName
{
border-color: #B9284E;
}
</style>