Shades of Old Rose #B72356
Tints of Old Rose #B72356
RGB
CMYK
RGB Variations
Color information
#B72356 (or 0xB72356) is known color: Old Rose. HEX triplet: B7, 23 and 56. RGB value is (183,35,86). Sum of RGB (Red+Green+Blue) = 183+35+86=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72356 is #48DCA9. Grayscale: #555555. Windows color (decimal): -4775082 or 5645239. OLE color: 5645239.
HSL color Cylindrical-coordinate representation of color #B72356: hue angle of 339.32º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72356 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 86 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.28 |
| HSL | 339.32º | 0.68% | 0.43% | - |
| HSV(B) | 339.32º | 0.81% | 0.72% | - |
| XYZ | 21.81 | 11.94 | 9.96 | - |
| YUV | 85.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 86 | 0 | 0.81 | 0.53 | 0.28 | 339.32 | 0.68 | 0.43 |
| Hex | B7 | 23 | 56 | 0 | 51 | 35 | 1C | 153 | 44 | 2B |
| Octal | 267 | 43 | 126 | 0 | 121 | 65 | 34 | 523 | 104 | 53 |
| Binary | 10110111 | 100011 | 1010110 | 0 | 1010001 | 110101 | 11100 | 101010011 | 1000100 | 101011 |
Color Harmonies of #B72356
Complementary color
Monochromatic Colors of #B72356
Black with #B72356
Text Example
Text Example
White with #B72356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72356; }
p { color: rgb(183,35,86); }
H1.HeaderClassName
{
color: #B72356;
}
.AnyTagClassName
{
color: #B72356;
}
</style>
background-color css
<style>
a { background-color: #B72356; }
a { background-color: rgb(183,35,86); }
div.DivClassName
{
background-color: #B72356;
}
.BgClassName
{
background-color: #B72356;
}
</style>
border-color css
<style>
span { border-color: #B72356; }
span { border-color: rgb(183,35,86); }
td.TdClassName
{
border-color: #B72356;
}
.TagClassName
{
border-color: #B72356;
}
</style>