Shades of Old Rose #B84049
Tints of Old Rose #B84049
RGB
CMYK
RGB Variations
Color information
#B84049 (or 0xB84049) is known color: Old Rose. HEX triplet: B8, 40 and 49. RGB value is (184,64,73). Sum of RGB (Red+Green+Blue) = 184+64+73=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B84049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84049 is #47BFB6. Grayscale: #646464. Windows color (decimal): -4702135 or 4800696. OLE color: 4800696.
HSL color Cylindrical-coordinate representation of color #B84049: hue angle of 355.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84049 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 73 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.28 |
| HSL | 355.5º | 0.48% | 0.49% | - |
| HSV(B) | 355.5º | 0.65% | 0.72% | - |
| XYZ | 22.8 | 14.34 | 7.87 | - |
| YUV | 100.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 73 | 0 | 0.65 | 0.60 | 0.28 | 355.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 49 | 0 | 41 | 3C | 1C | 164 | 30 | 31 |
| Octal | 270 | 100 | 111 | 0 | 101 | 74 | 34 | 544 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1001001 | 0 | 1000001 | 111100 | 11100 | 101100100 | 110000 | 110001 |
Color Harmonies of #B84049
Complementary color
Monochromatic Colors of #B84049
Black with #B84049
Text Example
Text Example
White with #B84049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84049; }
p { color: rgb(184,64,73); }
H1.HeaderClassName
{
color: #B84049;
}
.AnyTagClassName
{
color: #B84049;
}
</style>
background-color css
<style>
a { background-color: #B84049; }
a { background-color: rgb(184,64,73); }
div.DivClassName
{
background-color: #B84049;
}
.BgClassName
{
background-color: #B84049;
}
</style>
border-color css
<style>
span { border-color: #B84049; }
span { border-color: rgb(184,64,73); }
td.TdClassName
{
border-color: #B84049;
}
.TagClassName
{
border-color: #B84049;
}
</style>