Shades of Old Rose #B54049
Tints of Old Rose #B54049
RGB
CMYK
RGB Variations
Color information
#B54049 (or 0xB54049) is known color: Old Rose. HEX triplet: B5, 40 and 49. RGB value is (181,64,73). Sum of RGB (Red+Green+Blue) = 181+64+73=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54049 is #4ABFB6. Grayscale: #646464. Windows color (decimal): -4898743 or 4800693. OLE color: 4800693.
HSL color Cylindrical-coordinate representation of color #B54049: hue angle of 355.38º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54049 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 73 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.29 |
| HSL | 355.38º | 0.48% | 0.48% | - |
| HSV(B) | 355.38º | 0.65% | 0.71% | - |
| XYZ | 22.09 | 13.97 | 7.84 | - |
| YUV | 100.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 73 | 0 | 0.65 | 0.60 | 0.29 | 355.38 | 0.48 | 0.48 |
| Hex | B5 | 40 | 49 | 0 | 41 | 3C | 1D | 163 | 30 | 30 |
| Octal | 265 | 100 | 111 | 0 | 101 | 74 | 35 | 543 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1001001 | 0 | 1000001 | 111100 | 11101 | 101100011 | 110000 | 110000 |
Color Harmonies of #B54049
Complementary color
Monochromatic Colors of #B54049
Black with #B54049
Text Example
Text Example
White with #B54049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54049; }
p { color: rgb(181,64,73); }
H1.HeaderClassName
{
color: #B54049;
}
.AnyTagClassName
{
color: #B54049;
}
</style>
background-color css
<style>
a { background-color: #B54049; }
a { background-color: rgb(181,64,73); }
div.DivClassName
{
background-color: #B54049;
}
.BgClassName
{
background-color: #B54049;
}
</style>
border-color css
<style>
span { border-color: #B54049; }
span { border-color: rgb(181,64,73); }
td.TdClassName
{
border-color: #B54049;
}
.TagClassName
{
border-color: #B54049;
}
</style>