Shades of Old Rose #B9344D
Tints of Old Rose #B9344D
RGB
CMYK
RGB Variations
Color information
#B9344D (or 0xB9344D) is known color: Old Rose. HEX triplet: B9, 34 and 4D. RGB value is (185,52,77). Sum of RGB (Red+Green+Blue) = 185+52+77=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9344D is #46CBB2. Grayscale: #5E5E5E. Windows color (decimal): -4639667 or 5059769. OLE color: 5059769.
HSL color Cylindrical-coordinate representation of color #B9344D: hue angle of 348.72º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9344D is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 77 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.27 |
| HSL | 348.72º | 0.56% | 0.46% | - |
| HSV(B) | 348.72º | 0.72% | 0.73% | - |
| XYZ | 22.58 | 13.31 | 8.4 | - |
| YUV | 94.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 77 | 0 | 0.72 | 0.58 | 0.27 | 348.72 | 0.56 | 0.46 |
| Hex | B9 | 34 | 4D | 0 | 48 | 3A | 1B | 15D | 38 | 2E |
| Octal | 271 | 64 | 115 | 0 | 110 | 72 | 33 | 535 | 70 | 56 |
| Binary | 10111001 | 110100 | 1001101 | 0 | 1001000 | 111010 | 11011 | 101011101 | 111000 | 101110 |
Color Harmonies of #B9344D
Complementary color
Monochromatic Colors of #B9344D
Black with #B9344D
Text Example
Text Example
White with #B9344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9344D; }
p { color: rgb(185,52,77); }
H1.HeaderClassName
{
color: #B9344D;
}
.AnyTagClassName
{
color: #B9344D;
}
</style>
background-color css
<style>
a { background-color: #B9344D; }
a { background-color: rgb(185,52,77); }
div.DivClassName
{
background-color: #B9344D;
}
.BgClassName
{
background-color: #B9344D;
}
</style>
border-color css
<style>
span { border-color: #B9344D; }
span { border-color: rgb(185,52,77); }
td.TdClassName
{
border-color: #B9344D;
}
.TagClassName
{
border-color: #B9344D;
}
</style>