Shades of Old Rose #B72846
Tints of Old Rose #B72846
RGB
CMYK
RGB Variations
Color information
#B72846 (or 0xB72846) is known color: Old Rose. HEX triplet: B7, 28 and 46. RGB value is (183,40,70). Sum of RGB (Red+Green+Blue) = 183+40+70=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B72846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72846 is #48D7B9. Grayscale: #565656. Windows color (decimal): -4773818 or 4597943. OLE color: 4597943.
HSL color Cylindrical-coordinate representation of color #B72846: hue angle of 347.41º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72846 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 70 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.28 |
| HSL | 347.41º | 0.64% | 0.44% | - |
| HSV(B) | 347.41º | 0.78% | 0.72% | - |
| XYZ | 21.39 | 12.03 | 6.99 | - |
| YUV | 86.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 70 | 0 | 0.78 | 0.62 | 0.28 | 347.41 | 0.64 | 0.44 |
| Hex | B7 | 28 | 46 | 0 | 4E | 3E | 1C | 15B | 40 | 2C |
| Octal | 267 | 50 | 106 | 0 | 116 | 76 | 34 | 533 | 100 | 54 |
| Binary | 10110111 | 101000 | 1000110 | 0 | 1001110 | 111110 | 11100 | 101011011 | 1000000 | 101100 |
Color Harmonies of #B72846
Complementary color
Monochromatic Colors of #B72846
Black with #B72846
Text Example
Text Example
White with #B72846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72846; }
p { color: rgb(183,40,70); }
H1.HeaderClassName
{
color: #B72846;
}
.AnyTagClassName
{
color: #B72846;
}
</style>
background-color css
<style>
a { background-color: #B72846; }
a { background-color: rgb(183,40,70); }
div.DivClassName
{
background-color: #B72846;
}
.BgClassName
{
background-color: #B72846;
}
</style>
border-color css
<style>
span { border-color: #B72846; }
span { border-color: rgb(183,40,70); }
td.TdClassName
{
border-color: #B72846;
}
.TagClassName
{
border-color: #B72846;
}
</style>