Shades of Old Rose #B83148
Tints of Old Rose #B83148
RGB
CMYK
RGB Variations
Color information
#B83148 (or 0xB83148) is known color: Old Rose. HEX triplet: B8, 31 and 48. RGB value is (184,49,72). Sum of RGB (Red+Green+Blue) = 184+49+72=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83148 is #47CEB7. Grayscale: #5C5C5C. Windows color (decimal): -4705976 or 4731320. OLE color: 4731320.
HSL color Cylindrical-coordinate representation of color #B83148: hue angle of 349.78º 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 #B83148 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 72 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.28 |
| HSL | 349.78º | 0.58% | 0.46% | - |
| HSV(B) | 349.78º | 0.73% | 0.72% | - |
| XYZ | 22.04 | 12.85 | 7.45 | - |
| YUV | 91.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 72 | 0 | 0.73 | 0.61 | 0.28 | 349.78 | 0.58 | 0.46 |
| Hex | B8 | 31 | 48 | 0 | 49 | 3D | 1C | 15E | 3A | 2E |
| Octal | 270 | 61 | 110 | 0 | 111 | 75 | 34 | 536 | 72 | 56 |
| Binary | 10111000 | 110001 | 1001000 | 0 | 1001001 | 111101 | 11100 | 101011110 | 111010 | 101110 |
Color Harmonies of #B83148
Complementary color
Monochromatic Colors of #B83148
Black with #B83148
Text Example
Text Example
White with #B83148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83148; }
p { color: rgb(184,49,72); }
H1.HeaderClassName
{
color: #B83148;
}
.AnyTagClassName
{
color: #B83148;
}
</style>
background-color css
<style>
a { background-color: #B83148; }
a { background-color: rgb(184,49,72); }
div.DivClassName
{
background-color: #B83148;
}
.BgClassName
{
background-color: #B83148;
}
</style>
border-color css
<style>
span { border-color: #B83148; }
span { border-color: rgb(184,49,72); }
td.TdClassName
{
border-color: #B83148;
}
.TagClassName
{
border-color: #B83148;
}
</style>