Shades of Old Rose #B72D5E
Tints of Old Rose #B72D5E
RGB
CMYK
RGB Variations
Color information
#B72D5E (or 0xB72D5E) is known color: Old Rose. HEX triplet: B7, 2D and 5E. RGB value is (183,45,94). Sum of RGB (Red+Green+Blue) = 183+45+94=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D5E is #48D2A1. Grayscale: #5B5B5B. Windows color (decimal): -4772514 or 6172087. OLE color: 6172087.
HSL color Cylindrical-coordinate representation of color #B72D5E: hue angle of 338.7º degrees, saturation: 0.61, 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 #B72D5E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 94 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.28 |
| HSL | 338.7º | 0.61% | 0.45% | - |
| HSV(B) | 338.7º | 0.75% | 0.72% | - |
| XYZ | 22.49 | 12.75 | 11.87 | - |
| YUV | 91.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 94 | 0 | 0.75 | 0.49 | 0.28 | 338.7 | 0.61 | 0.45 |
| Hex | B7 | 2D | 5E | 0 | 4B | 31 | 1C | 153 | 3D | 2D |
| Octal | 267 | 55 | 136 | 0 | 113 | 61 | 34 | 523 | 75 | 55 |
| Binary | 10110111 | 101101 | 1011110 | 0 | 1001011 | 110001 | 11100 | 101010011 | 111101 | 101101 |
Color Harmonies of #B72D5E
Complementary color
Monochromatic Colors of #B72D5E
Black with #B72D5E
Text Example
Text Example
White with #B72D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D5E; }
p { color: rgb(183,45,94); }
H1.HeaderClassName
{
color: #B72D5E;
}
.AnyTagClassName
{
color: #B72D5E;
}
</style>
background-color css
<style>
a { background-color: #B72D5E; }
a { background-color: rgb(183,45,94); }
div.DivClassName
{
background-color: #B72D5E;
}
.BgClassName
{
background-color: #B72D5E;
}
</style>
border-color css
<style>
span { border-color: #B72D5E; }
span { border-color: rgb(183,45,94); }
td.TdClassName
{
border-color: #B72D5E;
}
.TagClassName
{
border-color: #B72D5E;
}
</style>