Shades of Old Rose #B9314D
Tints of Old Rose #B9314D
RGB
CMYK
RGB Variations
Color information
#B9314D (or 0xB9314D) is known color: Old Rose. HEX triplet: B9, 31 and 4D. RGB value is (185,49,77). Sum of RGB (Red+Green+Blue) = 185+49+77=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9314D is #46CEB2. Grayscale: #5C5C5C. Windows color (decimal): -4640435 or 5059001. OLE color: 5059001.
HSL color Cylindrical-coordinate representation of color #B9314D: hue angle of 347.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9314D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 77 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.27 |
| HSL | 347.65º | 0.58% | 0.46% | - |
| HSV(B) | 347.65º | 0.74% | 0.73% | - |
| XYZ | 22.45 | 13.05 | 8.36 | - |
| YUV | 92.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 77 | 0 | 0.74 | 0.58 | 0.27 | 347.65 | 0.58 | 0.46 |
| Hex | B9 | 31 | 4D | 0 | 4A | 3A | 1B | 15C | 3A | 2E |
| Octal | 271 | 61 | 115 | 0 | 112 | 72 | 33 | 534 | 72 | 56 |
| Binary | 10111001 | 110001 | 1001101 | 0 | 1001010 | 111010 | 11011 | 101011100 | 111010 | 101110 |
Color Harmonies of #B9314D
Complementary color
Monochromatic Colors of #B9314D
Black with #B9314D
Text Example
Text Example
White with #B9314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9314D; }
p { color: rgb(185,49,77); }
H1.HeaderClassName
{
color: #B9314D;
}
.AnyTagClassName
{
color: #B9314D;
}
</style>
background-color css
<style>
a { background-color: #B9314D; }
a { background-color: rgb(185,49,77); }
div.DivClassName
{
background-color: #B9314D;
}
.BgClassName
{
background-color: #B9314D;
}
</style>
border-color css
<style>
span { border-color: #B9314D; }
span { border-color: rgb(185,49,77); }
td.TdClassName
{
border-color: #B9314D;
}
.TagClassName
{
border-color: #B9314D;
}
</style>