Shades of Old Rose #B73B49
Tints of Old Rose #B73B49
RGB
CMYK
RGB Variations
Color information
#B73B49 (or 0xB73B49) is known color: Old Rose. HEX triplet: B7, 3B and 49. RGB value is (183,59,73). Sum of RGB (Red+Green+Blue) = 183+59+73=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B49 is #48C4B6. Grayscale: #616161. Windows color (decimal): -4768951 or 4799415. OLE color: 4799415.
HSL color Cylindrical-coordinate representation of color #B73B49: hue angle of 353.23º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B49 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 73 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.28 |
| HSL | 353.23º | 0.51% | 0.47% | - |
| HSV(B) | 353.23º | 0.68% | 0.72% | - |
| XYZ | 22.3 | 13.68 | 7.77 | - |
| YUV | 97.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 73 | 0 | 0.68 | 0.60 | 0.28 | 353.23 | 0.51 | 0.47 |
| Hex | B7 | 3B | 49 | 0 | 44 | 3C | 1C | 161 | 33 | 2F |
| Octal | 267 | 73 | 111 | 0 | 104 | 74 | 34 | 541 | 63 | 57 |
| Binary | 10110111 | 111011 | 1001001 | 0 | 1000100 | 111100 | 11100 | 101100001 | 110011 | 101111 |
Color Harmonies of #B73B49
Complementary color
Monochromatic Colors of #B73B49
Black with #B73B49
Text Example
Text Example
White with #B73B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B49; }
p { color: rgb(183,59,73); }
H1.HeaderClassName
{
color: #B73B49;
}
.AnyTagClassName
{
color: #B73B49;
}
</style>
background-color css
<style>
a { background-color: #B73B49; }
a { background-color: rgb(183,59,73); }
div.DivClassName
{
background-color: #B73B49;
}
.BgClassName
{
background-color: #B73B49;
}
</style>
border-color css
<style>
span { border-color: #B73B49; }
span { border-color: rgb(183,59,73); }
td.TdClassName
{
border-color: #B73B49;
}
.TagClassName
{
border-color: #B73B49;
}
</style>