Shades of Old Rose #B73E47
Tints of Old Rose #B73E47
RGB
CMYK
RGB Variations
Color information
#B73E47 (or 0xB73E47) is known color: Old Rose. HEX triplet: B7, 3E and 47. RGB value is (183,62,71). Sum of RGB (Red+Green+Blue) = 183+62+71=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E47 is #48C1B8. Grayscale: #636363. Windows color (decimal): -4768185 or 4669111. OLE color: 4669111.
HSL color Cylindrical-coordinate representation of color #B73E47: hue angle of 355.54º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E47 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 71 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.28 |
| HSL | 355.54º | 0.49% | 0.48% | - |
| HSV(B) | 355.54º | 0.66% | 0.72% | - |
| XYZ | 22.39 | 13.97 | 7.48 | - |
| YUV | 99.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 71 | 0 | 0.66 | 0.61 | 0.28 | 355.54 | 0.49 | 0.48 |
| Hex | B7 | 3E | 47 | 0 | 42 | 3D | 1C | 164 | 31 | 30 |
| Octal | 267 | 76 | 107 | 0 | 102 | 75 | 34 | 544 | 61 | 60 |
| Binary | 10110111 | 111110 | 1000111 | 0 | 1000010 | 111101 | 11100 | 101100100 | 110001 | 110000 |
Color Harmonies of #B73E47
Complementary color
Monochromatic Colors of #B73E47
Black with #B73E47
Text Example
Text Example
White with #B73E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E47; }
p { color: rgb(183,62,71); }
H1.HeaderClassName
{
color: #B73E47;
}
.AnyTagClassName
{
color: #B73E47;
}
</style>
background-color css
<style>
a { background-color: #B73E47; }
a { background-color: rgb(183,62,71); }
div.DivClassName
{
background-color: #B73E47;
}
.BgClassName
{
background-color: #B73E47;
}
</style>
border-color css
<style>
span { border-color: #B73E47; }
span { border-color: rgb(183,62,71); }
td.TdClassName
{
border-color: #B73E47;
}
.TagClassName
{
border-color: #B73E47;
}
</style>