Shades of Old Rose #B72E5C
Tints of Old Rose #B72E5C
RGB
CMYK
RGB Variations
Color information
#B72E5C (or 0xB72E5C) is known color: Old Rose. HEX triplet: B7, 2E and 5C. RGB value is (183,46,92). Sum of RGB (Red+Green+Blue) = 183+46+92=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E5C is #48D1A3. Grayscale: #5C5C5C. Windows color (decimal): -4772260 or 6041271. OLE color: 6041271.
HSL color Cylindrical-coordinate representation of color #B72E5C: hue angle of 339.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E5C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 92 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.28 |
| HSL | 339.85º | 0.6% | 0.45% | - |
| HSV(B) | 339.85º | 0.75% | 0.72% | - |
| XYZ | 22.44 | 12.79 | 11.41 | - |
| YUV | 92.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 92 | 0 | 0.75 | 0.50 | 0.28 | 339.85 | 0.6 | 0.45 |
| Hex | B7 | 2E | 5C | 0 | 4B | 32 | 1C | 154 | 3C | 2D |
| Octal | 267 | 56 | 134 | 0 | 113 | 62 | 34 | 524 | 74 | 55 |
| Binary | 10110111 | 101110 | 1011100 | 0 | 1001011 | 110010 | 11100 | 101010100 | 111100 | 101101 |
Color Harmonies of #B72E5C
Complementary color
Monochromatic Colors of #B72E5C
Black with #B72E5C
Text Example
Text Example
White with #B72E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E5C; }
p { color: rgb(183,46,92); }
H1.HeaderClassName
{
color: #B72E5C;
}
.AnyTagClassName
{
color: #B72E5C;
}
</style>
background-color css
<style>
a { background-color: #B72E5C; }
a { background-color: rgb(183,46,92); }
div.DivClassName
{
background-color: #B72E5C;
}
.BgClassName
{
background-color: #B72E5C;
}
</style>
border-color css
<style>
span { border-color: #B72E5C; }
span { border-color: rgb(183,46,92); }
td.TdClassName
{
border-color: #B72E5C;
}
.TagClassName
{
border-color: #B72E5C;
}
</style>