Shades of Old Rose #B9394D
Tints of Old Rose #B9394D
RGB
CMYK
RGB Variations
Color information
#B9394D (or 0xB9394D) is known color: Old Rose. HEX triplet: B9, 39 and 4D. RGB value is (185,57,77). Sum of RGB (Red+Green+Blue) = 185+57+77=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9394D is #46C6B2. Grayscale: #616161. Windows color (decimal): -4638387 or 5061049. OLE color: 5061049.
HSL color Cylindrical-coordinate representation of color #B9394D: hue angle of 350.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9394D is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 77 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.27 |
| HSL | 350.63º | 0.53% | 0.47% | - |
| HSV(B) | 350.63º | 0.69% | 0.73% | - |
| XYZ | 22.81 | 13.78 | 8.48 | - |
| YUV | 97.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 77 | 0 | 0.69 | 0.58 | 0.27 | 350.63 | 0.53 | 0.47 |
| Hex | B9 | 39 | 4D | 0 | 45 | 3A | 1B | 15F | 35 | 2F |
| Octal | 271 | 71 | 115 | 0 | 105 | 72 | 33 | 537 | 65 | 57 |
| Binary | 10111001 | 111001 | 1001101 | 0 | 1000101 | 111010 | 11011 | 101011111 | 110101 | 101111 |
Color Harmonies of #B9394D
Complementary color
Monochromatic Colors of #B9394D
Black with #B9394D
Text Example
Text Example
White with #B9394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9394D; }
p { color: rgb(185,57,77); }
H1.HeaderClassName
{
color: #B9394D;
}
.AnyTagClassName
{
color: #B9394D;
}
</style>
background-color css
<style>
a { background-color: #B9394D; }
a { background-color: rgb(185,57,77); }
div.DivClassName
{
background-color: #B9394D;
}
.BgClassName
{
background-color: #B9394D;
}
</style>
border-color css
<style>
span { border-color: #B9394D; }
span { border-color: rgb(185,57,77); }
td.TdClassName
{
border-color: #B9394D;
}
.TagClassName
{
border-color: #B9394D;
}
</style>