Shades of Old Rose #B83749
Tints of Old Rose #B83749
RGB
CMYK
RGB Variations
Color information
#B83749 (or 0xB83749) is known color: Old Rose. HEX triplet: B8, 37 and 49. RGB value is (184,55,73). Sum of RGB (Red+Green+Blue) = 184+55+73=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B83749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83749 is #47C8B6. Grayscale: #5F5F5F. Windows color (decimal): -4704439 or 4798392. OLE color: 4798392.
HSL color Cylindrical-coordinate representation of color #B83749: hue angle of 351.63º 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 #B83749 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 73 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.28 |
| HSL | 351.63º | 0.54% | 0.47% | - |
| HSV(B) | 351.63º | 0.7% | 0.72% | - |
| XYZ | 22.34 | 13.4 | 7.71 | - |
| YUV | 95.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 73 | 0 | 0.70 | 0.60 | 0.28 | 351.63 | 0.54 | 0.47 |
| Hex | B8 | 37 | 49 | 0 | 46 | 3C | 1C | 160 | 36 | 2F |
| Octal | 270 | 67 | 111 | 0 | 106 | 74 | 34 | 540 | 66 | 57 |
| Binary | 10111000 | 110111 | 1001001 | 0 | 1000110 | 111100 | 11100 | 101100000 | 110110 | 101111 |
Color Harmonies of #B83749
Complementary color
Monochromatic Colors of #B83749
Black with #B83749
Text Example
Text Example
White with #B83749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83749; }
p { color: rgb(184,55,73); }
H1.HeaderClassName
{
color: #B83749;
}
.AnyTagClassName
{
color: #B83749;
}
</style>
background-color css
<style>
a { background-color: #B83749; }
a { background-color: rgb(184,55,73); }
div.DivClassName
{
background-color: #B83749;
}
.BgClassName
{
background-color: #B83749;
}
</style>
border-color css
<style>
span { border-color: #B83749; }
span { border-color: rgb(184,55,73); }
td.TdClassName
{
border-color: #B83749;
}
.TagClassName
{
border-color: #B83749;
}
</style>