Shades of Old Rose #B72047
Tints of Old Rose #B72047
RGB
CMYK
RGB Variations
Color information
#B72047 (or 0xB72047) is known color: Old Rose. HEX triplet: B7, 20 and 47. RGB value is (183,32,71). Sum of RGB (Red+Green+Blue) = 183+32+71=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B72047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72047 is #48DFB8. Grayscale: #515151. Windows color (decimal): -4775865 or 4661431. OLE color: 4661431.
HSL color Cylindrical-coordinate representation of color #B72047: hue angle of 344.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72047 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 71 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.28 |
| HSL | 344.5º | 0.7% | 0.42% | - |
| HSV(B) | 344.5º | 0.83% | 0.72% | - |
| XYZ | 21.18 | 11.56 | 7.08 | - |
| YUV | 81.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 71 | 0 | 0.83 | 0.61 | 0.28 | 344.5 | 0.7 | 0.42 |
| Hex | B7 | 20 | 47 | 0 | 53 | 3D | 1C | 159 | 46 | 2A |
| Octal | 267 | 40 | 107 | 0 | 123 | 75 | 34 | 531 | 106 | 52 |
| Binary | 10110111 | 100000 | 1000111 | 0 | 1010011 | 111101 | 11100 | 101011001 | 1000110 | 101010 |
Color Harmonies of #B72047
Complementary color
Monochromatic Colors of #B72047
Black with #B72047
Text Example
Text Example
White with #B72047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72047; }
p { color: rgb(183,32,71); }
H1.HeaderClassName
{
color: #B72047;
}
.AnyTagClassName
{
color: #B72047;
}
</style>
background-color css
<style>
a { background-color: #B72047; }
a { background-color: rgb(183,32,71); }
div.DivClassName
{
background-color: #B72047;
}
.BgClassName
{
background-color: #B72047;
}
</style>
border-color css
<style>
span { border-color: #B72047; }
span { border-color: rgb(183,32,71); }
td.TdClassName
{
border-color: #B72047;
}
.TagClassName
{
border-color: #B72047;
}
</style>