Shades of Old Rose #B9384D
Tints of Old Rose #B9384D
RGB
CMYK
RGB Variations
Color information
#B9384D (or 0xB9384D) is known color: Old Rose. HEX triplet: B9, 38 and 4D. RGB value is (185,56,77). Sum of RGB (Red+Green+Blue) = 185+56+77=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9384D is #46C7B2. Grayscale: #616161. Windows color (decimal): -4638643 or 5060793. OLE color: 5060793.
HSL color Cylindrical-coordinate representation of color #B9384D: hue angle of 350.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9384D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 77 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.27 |
| HSL | 350.23º | 0.54% | 0.47% | - |
| HSV(B) | 350.23º | 0.7% | 0.73% | - |
| XYZ | 22.76 | 13.68 | 8.46 | - |
| YUV | 96.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 77 | 0 | 0.70 | 0.58 | 0.27 | 350.23 | 0.54 | 0.47 |
| Hex | B9 | 38 | 4D | 0 | 46 | 3A | 1B | 15E | 36 | 2F |
| Octal | 271 | 70 | 115 | 0 | 106 | 72 | 33 | 536 | 66 | 57 |
| Binary | 10111001 | 111000 | 1001101 | 0 | 1000110 | 111010 | 11011 | 101011110 | 110110 | 101111 |
Color Harmonies of #B9384D
Complementary color
Monochromatic Colors of #B9384D
Black with #B9384D
Text Example
Text Example
White with #B9384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9384D; }
p { color: rgb(185,56,77); }
H1.HeaderClassName
{
color: #B9384D;
}
.AnyTagClassName
{
color: #B9384D;
}
</style>
background-color css
<style>
a { background-color: #B9384D; }
a { background-color: rgb(185,56,77); }
div.DivClassName
{
background-color: #B9384D;
}
.BgClassName
{
background-color: #B9384D;
}
</style>
border-color css
<style>
span { border-color: #B9384D; }
span { border-color: rgb(185,56,77); }
td.TdClassName
{
border-color: #B9384D;
}
.TagClassName
{
border-color: #B9384D;
}
</style>