Shades of Old Rose #B73749
Tints of Old Rose #B73749
RGB
CMYK
RGB Variations
Color information
#B73749 (or 0xB73749) is known color: Old Rose. HEX triplet: B7, 37 and 49. RGB value is (183,55,73). Sum of RGB (Red+Green+Blue) = 183+55+73=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B73749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73749 is #48C8B6. Grayscale: #5F5F5F. Windows color (decimal): -4769975 or 4798391. OLE color: 4798391.
HSL color Cylindrical-coordinate representation of color #B73749: hue angle of 351.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73749 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 73 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.28 |
| HSL | 351.56º | 0.54% | 0.47% | - |
| HSV(B) | 351.56º | 0.7% | 0.72% | - |
| XYZ | 22.1 | 13.28 | 7.7 | - |
| YUV | 95.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 73 | 0 | 0.70 | 0.60 | 0.28 | 351.56 | 0.54 | 0.47 |
| Hex | B7 | 37 | 49 | 0 | 46 | 3C | 1C | 160 | 36 | 2F |
| Octal | 267 | 67 | 111 | 0 | 106 | 74 | 34 | 540 | 66 | 57 |
| Binary | 10110111 | 110111 | 1001001 | 0 | 1000110 | 111100 | 11100 | 101100000 | 110110 | 101111 |
Color Harmonies of #B73749
Complementary color
Monochromatic Colors of #B73749
Black with #B73749
Text Example
Text Example
White with #B73749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73749; }
p { color: rgb(183,55,73); }
H1.HeaderClassName
{
color: #B73749;
}
.AnyTagClassName
{
color: #B73749;
}
</style>
background-color css
<style>
a { background-color: #B73749; }
a { background-color: rgb(183,55,73); }
div.DivClassName
{
background-color: #B73749;
}
.BgClassName
{
background-color: #B73749;
}
</style>
border-color css
<style>
span { border-color: #B73749; }
span { border-color: rgb(183,55,73); }
td.TdClassName
{
border-color: #B73749;
}
.TagClassName
{
border-color: #B73749;
}
</style>