Shades of Old Rose #B72155
Tints of Old Rose #B72155
RGB
CMYK
RGB Variations
Color information
#B72155 (or 0xB72155) is known color: Old Rose. HEX triplet: B7, 21 and 55. RGB value is (183,33,85). Sum of RGB (Red+Green+Blue) = 183+33+85=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72155 is #48DEAA. Grayscale: #535353. Windows color (decimal): -4775595 or 5579191. OLE color: 5579191.
HSL color Cylindrical-coordinate representation of color #B72155: hue angle of 339.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72155 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 85 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.28 |
| HSL | 339.2º | 0.69% | 0.42% | - |
| HSV(B) | 339.2º | 0.82% | 0.72% | - |
| XYZ | 21.71 | 11.81 | 9.73 | - |
| YUV | 83.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 85 | 0 | 0.82 | 0.54 | 0.28 | 339.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | 55 | 0 | 52 | 36 | 1C | 153 | 45 | 2A |
| Octal | 267 | 41 | 125 | 0 | 122 | 66 | 34 | 523 | 105 | 52 |
| Binary | 10110111 | 100001 | 1010101 | 0 | 1010010 | 110110 | 11100 | 101010011 | 1000101 | 101010 |
Color Harmonies of #B72155
Complementary color
Monochromatic Colors of #B72155
Black with #B72155
Text Example
Text Example
White with #B72155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72155; }
p { color: rgb(183,33,85); }
H1.HeaderClassName
{
color: #B72155;
}
.AnyTagClassName
{
color: #B72155;
}
</style>
background-color css
<style>
a { background-color: #B72155; }
a { background-color: rgb(183,33,85); }
div.DivClassName
{
background-color: #B72155;
}
.BgClassName
{
background-color: #B72155;
}
</style>
border-color css
<style>
span { border-color: #B72155; }
span { border-color: rgb(183,33,85); }
td.TdClassName
{
border-color: #B72155;
}
.TagClassName
{
border-color: #B72155;
}
</style>