Shades of Old Rose #B72051
Tints of Old Rose #B72051
RGB
CMYK
RGB Variations
Color information
#B72051 (or 0xB72051) is known color: Old Rose. HEX triplet: B7, 20 and 51. RGB value is (183,32,81). Sum of RGB (Red+Green+Blue) = 183+32+81=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B72051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72051 is #48DFAE. Grayscale: #525252. Windows color (decimal): -4775855 or 5316791. OLE color: 5316791.
HSL color Cylindrical-coordinate representation of color #B72051: hue angle of 340.53º 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 #B72051 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 81 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.28 |
| HSL | 340.53º | 0.7% | 0.42% | - |
| HSV(B) | 340.53º | 0.83% | 0.72% | - |
| XYZ | 21.53 | 11.69 | 8.91 | - |
| YUV | 82.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 81 | 0 | 0.83 | 0.56 | 0.28 | 340.53 | 0.7 | 0.42 |
| Hex | B7 | 20 | 51 | 0 | 53 | 38 | 1C | 155 | 46 | 2A |
| Octal | 267 | 40 | 121 | 0 | 123 | 70 | 34 | 525 | 106 | 52 |
| Binary | 10110111 | 100000 | 1010001 | 0 | 1010011 | 111000 | 11100 | 101010101 | 1000110 | 101010 |
Color Harmonies of #B72051
Complementary color
Monochromatic Colors of #B72051
Black with #B72051
Text Example
Text Example
White with #B72051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72051; }
p { color: rgb(183,32,81); }
H1.HeaderClassName
{
color: #B72051;
}
.AnyTagClassName
{
color: #B72051;
}
</style>
background-color css
<style>
a { background-color: #B72051; }
a { background-color: rgb(183,32,81); }
div.DivClassName
{
background-color: #B72051;
}
.BgClassName
{
background-color: #B72051;
}
</style>
border-color css
<style>
span { border-color: #B72051; }
span { border-color: rgb(183,32,81); }
td.TdClassName
{
border-color: #B72051;
}
.TagClassName
{
border-color: #B72051;
}
</style>