Shades of Old Rose #B72547
Tints of Old Rose #B72547
RGB
CMYK
RGB Variations
Color information
#B72547 (or 0xB72547) is known color: Old Rose. HEX triplet: B7, 25 and 47. RGB value is (183,37,71). Sum of RGB (Red+Green+Blue) = 183+37+71=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B72547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72547 is #48DAB8. Grayscale: #545454. Windows color (decimal): -4774585 or 4662711. OLE color: 4662711.
HSL color Cylindrical-coordinate representation of color #B72547: hue angle of 346.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72547 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 71 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.28 |
| HSL | 346.03º | 0.66% | 0.43% | - |
| HSV(B) | 346.03º | 0.8% | 0.72% | - |
| XYZ | 21.33 | 11.85 | 7.12 | - |
| YUV | 84.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 71 | 0 | 0.80 | 0.61 | 0.28 | 346.03 | 0.66 | 0.43 |
| Hex | B7 | 25 | 47 | 0 | 50 | 3D | 1C | 15A | 42 | 2B |
| Octal | 267 | 45 | 107 | 0 | 120 | 75 | 34 | 532 | 102 | 53 |
| Binary | 10110111 | 100101 | 1000111 | 0 | 1010000 | 111101 | 11100 | 101011010 | 1000010 | 101011 |
Color Harmonies of #B72547
Complementary color
Monochromatic Colors of #B72547
Black with #B72547
Text Example
Text Example
White with #B72547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72547; }
p { color: rgb(183,37,71); }
H1.HeaderClassName
{
color: #B72547;
}
.AnyTagClassName
{
color: #B72547;
}
</style>
background-color css
<style>
a { background-color: #B72547; }
a { background-color: rgb(183,37,71); }
div.DivClassName
{
background-color: #B72547;
}
.BgClassName
{
background-color: #B72547;
}
</style>
border-color css
<style>
span { border-color: #B72547; }
span { border-color: rgb(183,37,71); }
td.TdClassName
{
border-color: #B72547;
}
.TagClassName
{
border-color: #B72547;
}
</style>