Shades of Old Rose #B72647
Tints of Old Rose #B72647
RGB
CMYK
RGB Variations
Color information
#B72647 (or 0xB72647) is known color: Old Rose. HEX triplet: B7, 26 and 47. RGB value is (183,38,71). Sum of RGB (Red+Green+Blue) = 183+38+71=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72647 is #48D9B8. Grayscale: #555555. Windows color (decimal): -4774329 or 4662967. OLE color: 4662967.
HSL color Cylindrical-coordinate representation of color #B72647: hue angle of 346.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72647 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 71 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.28 |
| HSL | 346.34º | 0.66% | 0.43% | - |
| HSV(B) | 346.34º | 0.79% | 0.72% | - |
| XYZ | 21.36 | 11.91 | 7.13 | - |
| YUV | 85.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 71 | 0 | 0.79 | 0.61 | 0.28 | 346.34 | 0.66 | 0.43 |
| Hex | B7 | 26 | 47 | 0 | 4F | 3D | 1C | 15A | 42 | 2B |
| Octal | 267 | 46 | 107 | 0 | 117 | 75 | 34 | 532 | 102 | 53 |
| Binary | 10110111 | 100110 | 1000111 | 0 | 1001111 | 111101 | 11100 | 101011010 | 1000010 | 101011 |
Color Harmonies of #B72647
Complementary color
Monochromatic Colors of #B72647
Black with #B72647
Text Example
Text Example
White with #B72647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72647; }
p { color: rgb(183,38,71); }
H1.HeaderClassName
{
color: #B72647;
}
.AnyTagClassName
{
color: #B72647;
}
</style>
background-color css
<style>
a { background-color: #B72647; }
a { background-color: rgb(183,38,71); }
div.DivClassName
{
background-color: #B72647;
}
.BgClassName
{
background-color: #B72647;
}
</style>
border-color css
<style>
span { border-color: #B72647; }
span { border-color: rgb(183,38,71); }
td.TdClassName
{
border-color: #B72647;
}
.TagClassName
{
border-color: #B72647;
}
</style>