Shades of Old Rose #B73647
Tints of Old Rose #B73647
RGB
CMYK
RGB Variations
Color information
#B73647 (or 0xB73647) is known color: Old Rose. HEX triplet: B7, 36 and 47. RGB value is (183,54,71). Sum of RGB (Red+Green+Blue) = 183+54+71=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73647 is #48C9B8. Grayscale: #5E5E5E. Windows color (decimal): -4770233 or 4667063. OLE color: 4667063.
HSL color Cylindrical-coordinate representation of color #B73647: hue angle of 352.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73647 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 71 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.28 |
| HSL | 352.09º | 0.54% | 0.46% | - |
| HSV(B) | 352.09º | 0.7% | 0.72% | - |
| XYZ | 21.98 | 13.16 | 7.34 | - |
| YUV | 94.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 71 | 0 | 0.70 | 0.61 | 0.28 | 352.09 | 0.54 | 0.46 |
| Hex | B7 | 36 | 47 | 0 | 46 | 3D | 1C | 160 | 36 | 2E |
| Octal | 267 | 66 | 107 | 0 | 106 | 75 | 34 | 540 | 66 | 56 |
| Binary | 10110111 | 110110 | 1000111 | 0 | 1000110 | 111101 | 11100 | 101100000 | 110110 | 101110 |
Color Harmonies of #B73647
Complementary color
Monochromatic Colors of #B73647
Black with #B73647
Text Example
Text Example
White with #B73647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73647; }
p { color: rgb(183,54,71); }
H1.HeaderClassName
{
color: #B73647;
}
.AnyTagClassName
{
color: #B73647;
}
</style>
background-color css
<style>
a { background-color: #B73647; }
a { background-color: rgb(183,54,71); }
div.DivClassName
{
background-color: #B73647;
}
.BgClassName
{
background-color: #B73647;
}
</style>
border-color css
<style>
span { border-color: #B73647; }
span { border-color: rgb(183,54,71); }
td.TdClassName
{
border-color: #B73647;
}
.TagClassName
{
border-color: #B73647;
}
</style>