Shades of Old Rose #B83248
Tints of Old Rose #B83248
RGB
CMYK
RGB Variations
Color information
#B83248 (or 0xB83248) is known color: Old Rose. HEX triplet: B8, 32 and 48. RGB value is (184,50,72). Sum of RGB (Red+Green+Blue) = 184+50+72=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83248 is #47CDB7. Grayscale: #5C5C5C. Windows color (decimal): -4705720 or 4731576. OLE color: 4731576.
HSL color Cylindrical-coordinate representation of color #B83248: hue angle of 350.15º degrees, saturation: 0.57, 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 #B83248 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 72 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.28 |
| HSL | 350.15º | 0.57% | 0.46% | - |
| HSV(B) | 350.15º | 0.73% | 0.72% | - |
| XYZ | 22.08 | 12.94 | 7.46 | - |
| YUV | 92.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 72 | 0 | 0.73 | 0.61 | 0.28 | 350.15 | 0.57 | 0.46 |
| Hex | B8 | 32 | 48 | 0 | 49 | 3D | 1C | 15E | 39 | 2E |
| Octal | 270 | 62 | 110 | 0 | 111 | 75 | 34 | 536 | 71 | 56 |
| Binary | 10111000 | 110010 | 1001000 | 0 | 1001001 | 111101 | 11100 | 101011110 | 111001 | 101110 |
Color Harmonies of #B83248
Complementary color
Monochromatic Colors of #B83248
Black with #B83248
Text Example
Text Example
White with #B83248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83248; }
p { color: rgb(184,50,72); }
H1.HeaderClassName
{
color: #B83248;
}
.AnyTagClassName
{
color: #B83248;
}
</style>
background-color css
<style>
a { background-color: #B83248; }
a { background-color: rgb(184,50,72); }
div.DivClassName
{
background-color: #B83248;
}
.BgClassName
{
background-color: #B83248;
}
</style>
border-color css
<style>
span { border-color: #B83248; }
span { border-color: rgb(184,50,72); }
td.TdClassName
{
border-color: #B83248;
}
.TagClassName
{
border-color: #B83248;
}
</style>