Shades of Old Rose #B72456
Tints of Old Rose #B72456
RGB
CMYK
RGB Variations
Color information
#B72456 (or 0xB72456) is known color: Old Rose. HEX triplet: B7, 24 and 56. RGB value is (183,36,86). Sum of RGB (Red+Green+Blue) = 183+36+86=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B72456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72456 is #48DBA9. Grayscale: #555555. Windows color (decimal): -4774826 or 5645495. OLE color: 5645495.
HSL color Cylindrical-coordinate representation of color #B72456: hue angle of 339.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72456 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 86 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.28 |
| HSL | 339.59º | 0.67% | 0.43% | - |
| HSV(B) | 339.59º | 0.8% | 0.72% | - |
| XYZ | 21.84 | 12 | 9.97 | - |
| YUV | 85.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 86 | 0 | 0.80 | 0.53 | 0.28 | 339.59 | 0.67 | 0.43 |
| Hex | B7 | 24 | 56 | 0 | 50 | 35 | 1C | 154 | 43 | 2B |
| Octal | 267 | 44 | 126 | 0 | 120 | 65 | 34 | 524 | 103 | 53 |
| Binary | 10110111 | 100100 | 1010110 | 0 | 1010000 | 110101 | 11100 | 101010100 | 1000011 | 101011 |
Color Harmonies of #B72456
Complementary color
Monochromatic Colors of #B72456
Black with #B72456
Text Example
Text Example
White with #B72456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72456; }
p { color: rgb(183,36,86); }
H1.HeaderClassName
{
color: #B72456;
}
.AnyTagClassName
{
color: #B72456;
}
</style>
background-color css
<style>
a { background-color: #B72456; }
a { background-color: rgb(183,36,86); }
div.DivClassName
{
background-color: #B72456;
}
.BgClassName
{
background-color: #B72456;
}
</style>
border-color css
<style>
span { border-color: #B72456; }
span { border-color: rgb(183,36,86); }
td.TdClassName
{
border-color: #B72456;
}
.TagClassName
{
border-color: #B72456;
}
</style>