Shades of Old Rose #B72956
Tints of Old Rose #B72956
RGB
CMYK
RGB Variations
Color information
#B72956 (or 0xB72956) is known color: Old Rose. HEX triplet: B7, 29 and 56. RGB value is (183,41,86). Sum of RGB (Red+Green+Blue) = 183+41+86=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B72956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72956 is #48D6A9. Grayscale: #585858. Windows color (decimal): -4773546 or 5646775. OLE color: 5646775.
HSL color Cylindrical-coordinate representation of color #B72956: hue angle of 340.99º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72956 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 86 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.28 |
| HSL | 340.99º | 0.63% | 0.44% | - |
| HSV(B) | 340.99º | 0.78% | 0.72% | - |
| XYZ | 22 | 12.33 | 10.02 | - |
| YUV | 88.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 86 | 0 | 0.78 | 0.53 | 0.28 | 340.99 | 0.63 | 0.44 |
| Hex | B7 | 29 | 56 | 0 | 4E | 35 | 1C | 155 | 3F | 2C |
| Octal | 267 | 51 | 126 | 0 | 116 | 65 | 34 | 525 | 77 | 54 |
| Binary | 10110111 | 101001 | 1010110 | 0 | 1001110 | 110101 | 11100 | 101010101 | 111111 | 101100 |
Color Harmonies of #B72956
Complementary color
Monochromatic Colors of #B72956
Black with #B72956
Text Example
Text Example
White with #B72956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72956; }
p { color: rgb(183,41,86); }
H1.HeaderClassName
{
color: #B72956;
}
.AnyTagClassName
{
color: #B72956;
}
</style>
background-color css
<style>
a { background-color: #B72956; }
a { background-color: rgb(183,41,86); }
div.DivClassName
{
background-color: #B72956;
}
.BgClassName
{
background-color: #B72956;
}
</style>
border-color css
<style>
span { border-color: #B72956; }
span { border-color: rgb(183,41,86); }
td.TdClassName
{
border-color: #B72956;
}
.TagClassName
{
border-color: #B72956;
}
</style>