Shades of Old Rose #B72E56
Tints of Old Rose #B72E56
RGB
CMYK
RGB Variations
Color information
#B72E56 (or 0xB72E56) is known color: Old Rose. HEX triplet: B7, 2E and 56. RGB value is (183,46,86). Sum of RGB (Red+Green+Blue) = 183+46+86=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E56 is #48D1A9. Grayscale: #5B5B5B. Windows color (decimal): -4772266 or 5648055. OLE color: 5648055.
HSL color Cylindrical-coordinate representation of color #B72E56: hue angle of 342.48º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E56 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 86 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.28 |
| HSL | 342.48º | 0.6% | 0.45% | - |
| HSV(B) | 342.48º | 0.75% | 0.72% | - |
| XYZ | 22.19 | 12.69 | 10.08 | - |
| YUV | 91.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 86 | 0 | 0.75 | 0.53 | 0.28 | 342.48 | 0.6 | 0.45 |
| Hex | B7 | 2E | 56 | 0 | 4B | 35 | 1C | 156 | 3C | 2D |
| Octal | 267 | 56 | 126 | 0 | 113 | 65 | 34 | 526 | 74 | 55 |
| Binary | 10110111 | 101110 | 1010110 | 0 | 1001011 | 110101 | 11100 | 101010110 | 111100 | 101101 |
Color Harmonies of #B72E56
Complementary color
Monochromatic Colors of #B72E56
Black with #B72E56
Text Example
Text Example
White with #B72E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E56; }
p { color: rgb(183,46,86); }
H1.HeaderClassName
{
color: #B72E56;
}
.AnyTagClassName
{
color: #B72E56;
}
</style>
background-color css
<style>
a { background-color: #B72E56; }
a { background-color: rgb(183,46,86); }
div.DivClassName
{
background-color: #B72E56;
}
.BgClassName
{
background-color: #B72E56;
}
</style>
border-color css
<style>
span { border-color: #B72E56; }
span { border-color: rgb(183,46,86); }
td.TdClassName
{
border-color: #B72E56;
}
.TagClassName
{
border-color: #B72E56;
}
</style>