Shades of Old Rose #B72859
Tints of Old Rose #B72859
RGB
CMYK
RGB Variations
Color information
#B72859 (or 0xB72859) is known color: Old Rose. HEX triplet: B7, 28 and 59. RGB value is (183,40,89). Sum of RGB (Red+Green+Blue) = 183+40+89=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B72859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72859 is #48D7A6. Grayscale: #585858. Windows color (decimal): -4773799 or 5843127. OLE color: 5843127.
HSL color Cylindrical-coordinate representation of color #B72859: hue angle of 339.44º degrees, saturation: 0.64, 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 #B72859 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 89 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.28 |
| HSL | 339.44º | 0.64% | 0.44% | - |
| HSV(B) | 339.44º | 0.78% | 0.72% | - |
| XYZ | 22.09 | 12.31 | 10.66 | - |
| YUV | 88.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 89 | 0 | 0.78 | 0.51 | 0.28 | 339.44 | 0.64 | 0.44 |
| Hex | B7 | 28 | 59 | 0 | 4E | 33 | 1C | 153 | 40 | 2C |
| Octal | 267 | 50 | 131 | 0 | 116 | 63 | 34 | 523 | 100 | 54 |
| Binary | 10110111 | 101000 | 1011001 | 0 | 1001110 | 110011 | 11100 | 101010011 | 1000000 | 101100 |
Color Harmonies of #B72859
Complementary color
Monochromatic Colors of #B72859
Black with #B72859
Text Example
Text Example
White with #B72859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72859; }
p { color: rgb(183,40,89); }
H1.HeaderClassName
{
color: #B72859;
}
.AnyTagClassName
{
color: #B72859;
}
</style>
background-color css
<style>
a { background-color: #B72859; }
a { background-color: rgb(183,40,89); }
div.DivClassName
{
background-color: #B72859;
}
.BgClassName
{
background-color: #B72859;
}
</style>
border-color css
<style>
span { border-color: #B72859; }
span { border-color: rgb(183,40,89); }
td.TdClassName
{
border-color: #B72859;
}
.TagClassName
{
border-color: #B72859;
}
</style>