Shades of Old Rose #B83B47
Tints of Old Rose #B83B47
RGB
CMYK
RGB Variations
Color information
#B83B47 (or 0xB83B47) is known color: Old Rose. HEX triplet: B8, 3B and 47. RGB value is (184,59,71). Sum of RGB (Red+Green+Blue) = 184+59+71=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B47 is #47C4B8. Grayscale: #616161. Windows color (decimal): -4703417 or 4668344. OLE color: 4668344.
HSL color Cylindrical-coordinate representation of color #B83B47: hue angle of 354.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B47 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 71 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.28 |
| HSL | 354.24º | 0.51% | 0.48% | - |
| HSV(B) | 354.24º | 0.68% | 0.72% | - |
| XYZ | 22.47 | 13.77 | 7.44 | - |
| YUV | 97.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 71 | 0 | 0.68 | 0.61 | 0.28 | 354.24 | 0.51 | 0.48 |
| Hex | B8 | 3B | 47 | 0 | 44 | 3D | 1C | 162 | 33 | 30 |
| Octal | 270 | 73 | 107 | 0 | 104 | 75 | 34 | 542 | 63 | 60 |
| Binary | 10111000 | 111011 | 1000111 | 0 | 1000100 | 111101 | 11100 | 101100010 | 110011 | 110000 |
Color Harmonies of #B83B47
Complementary color
Monochromatic Colors of #B83B47
Black with #B83B47
Text Example
Text Example
White with #B83B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B47; }
p { color: rgb(184,59,71); }
H1.HeaderClassName
{
color: #B83B47;
}
.AnyTagClassName
{
color: #B83B47;
}
</style>
background-color css
<style>
a { background-color: #B83B47; }
a { background-color: rgb(184,59,71); }
div.DivClassName
{
background-color: #B83B47;
}
.BgClassName
{
background-color: #B83B47;
}
</style>
border-color css
<style>
span { border-color: #B83B47; }
span { border-color: rgb(184,59,71); }
td.TdClassName
{
border-color: #B83B47;
}
.TagClassName
{
border-color: #B83B47;
}
</style>