Shades of Old Rose #B72056
Tints of Old Rose #B72056
RGB
CMYK
RGB Variations
Color information
#B72056 (or 0xB72056) is known color: Old Rose. HEX triplet: B7, 20 and 56. RGB value is (183,32,86). Sum of RGB (Red+Green+Blue) = 183+32+86=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72056 is #48DFA9. Grayscale: #535353. Windows color (decimal): -4775850 or 5644471. OLE color: 5644471.
HSL color Cylindrical-coordinate representation of color #B72056: hue angle of 338.54º 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 #B72056 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 86 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.28 |
| HSL | 338.54º | 0.7% | 0.42% | - |
| HSV(B) | 338.54º | 0.83% | 0.72% | - |
| XYZ | 21.72 | 11.77 | 9.93 | - |
| YUV | 83.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 86 | 0 | 0.83 | 0.53 | 0.28 | 338.54 | 0.7 | 0.42 |
| Hex | B7 | 20 | 56 | 0 | 53 | 35 | 1C | 153 | 46 | 2A |
| Octal | 267 | 40 | 126 | 0 | 123 | 65 | 34 | 523 | 106 | 52 |
| Binary | 10110111 | 100000 | 1010110 | 0 | 1010011 | 110101 | 11100 | 101010011 | 1000110 | 101010 |
Color Harmonies of #B72056
Complementary color
Monochromatic Colors of #B72056
Black with #B72056
Text Example
Text Example
White with #B72056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72056; }
p { color: rgb(183,32,86); }
H1.HeaderClassName
{
color: #B72056;
}
.AnyTagClassName
{
color: #B72056;
}
</style>
background-color css
<style>
a { background-color: #B72056; }
a { background-color: rgb(183,32,86); }
div.DivClassName
{
background-color: #B72056;
}
.BgClassName
{
background-color: #B72056;
}
</style>
border-color css
<style>
span { border-color: #B72056; }
span { border-color: rgb(183,32,86); }
td.TdClassName
{
border-color: #B72056;
}
.TagClassName
{
border-color: #B72056;
}
</style>