Shades of Old Rose #B54147
Tints of Old Rose #B54147
RGB
CMYK
RGB Variations
Color information
#B54147 (or 0xB54147) is known color: Old Rose. HEX triplet: B5, 41 and 47. RGB value is (181,65,71). Sum of RGB (Red+Green+Blue) = 181+65+71=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B54147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54147 is #4ABEB8. Grayscale: #646464. Windows color (decimal): -4898489 or 4669877. OLE color: 4669877.
HSL color Cylindrical-coordinate representation of color #B54147: hue angle of 356.9º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54147 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 71 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.29 |
| HSL | 356.9º | 0.47% | 0.48% | - |
| HSV(B) | 356.9º | 0.64% | 0.71% | - |
| XYZ | 22.08 | 14.06 | 7.51 | - |
| YUV | 100.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 71 | 0 | 0.64 | 0.61 | 0.29 | 356.9 | 0.47 | 0.48 |
| Hex | B5 | 41 | 47 | 0 | 40 | 3D | 1D | 165 | 2F | 30 |
| Octal | 265 | 101 | 107 | 0 | 100 | 75 | 35 | 545 | 57 | 60 |
| Binary | 10110101 | 1000001 | 1000111 | 0 | 1000000 | 111101 | 11101 | 101100101 | 101111 | 110000 |
Color Harmonies of #B54147
Complementary color
Monochromatic Colors of #B54147
Black with #B54147
Text Example
Text Example
White with #B54147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54147; }
p { color: rgb(181,65,71); }
H1.HeaderClassName
{
color: #B54147;
}
.AnyTagClassName
{
color: #B54147;
}
</style>
background-color css
<style>
a { background-color: #B54147; }
a { background-color: rgb(181,65,71); }
div.DivClassName
{
background-color: #B54147;
}
.BgClassName
{
background-color: #B54147;
}
</style>
border-color css
<style>
span { border-color: #B54147; }
span { border-color: rgb(181,65,71); }
td.TdClassName
{
border-color: #B54147;
}
.TagClassName
{
border-color: #B54147;
}
</style>