Shades of Old Rose #B83146
Tints of Old Rose #B83146
RGB
CMYK
RGB Variations
Color information
#B83146 (or 0xB83146) is known color: Old Rose. HEX triplet: B8, 31 and 46. RGB value is (184,49,70). Sum of RGB (Red+Green+Blue) = 184+49+70=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B83146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83146 is #47CEB9. Grayscale: #5B5B5B. Windows color (decimal): -4705978 or 4600248. OLE color: 4600248.
HSL color Cylindrical-coordinate representation of color #B83146: hue angle of 350.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83146 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 70 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.28 |
| HSL | 350.67º | 0.58% | 0.46% | - |
| HSV(B) | 350.67º | 0.73% | 0.72% | - |
| XYZ | 21.97 | 12.83 | 7.11 | - |
| YUV | 91.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 70 | 0 | 0.73 | 0.62 | 0.28 | 350.67 | 0.58 | 0.46 |
| Hex | B8 | 31 | 46 | 0 | 49 | 3E | 1C | 15F | 3A | 2E |
| Octal | 270 | 61 | 106 | 0 | 111 | 76 | 34 | 537 | 72 | 56 |
| Binary | 10111000 | 110001 | 1000110 | 0 | 1001001 | 111110 | 11100 | 101011111 | 111010 | 101110 |
Color Harmonies of #B83146
Complementary color
Monochromatic Colors of #B83146
Black with #B83146
Text Example
Text Example
White with #B83146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83146; }
p { color: rgb(184,49,70); }
H1.HeaderClassName
{
color: #B83146;
}
.AnyTagClassName
{
color: #B83146;
}
</style>
background-color css
<style>
a { background-color: #B83146; }
a { background-color: rgb(184,49,70); }
div.DivClassName
{
background-color: #B83146;
}
.BgClassName
{
background-color: #B83146;
}
</style>
border-color css
<style>
span { border-color: #B83146; }
span { border-color: rgb(184,49,70); }
td.TdClassName
{
border-color: #B83146;
}
.TagClassName
{
border-color: #B83146;
}
</style>