Shades of Old Rose #B83246
Tints of Old Rose #B83246
RGB
CMYK
RGB Variations
Color information
#B83246 (or 0xB83246) is known color: Old Rose. HEX triplet: B8, 32 and 46. RGB value is (184,50,70). Sum of RGB (Red+Green+Blue) = 184+50+70=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83246 is #47CDB9. Grayscale: #5C5C5C. Windows color (decimal): -4705722 or 4600504. OLE color: 4600504.
HSL color Cylindrical-coordinate representation of color #B83246: hue angle of 351.04º 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 #B83246 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 70 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.28 |
| HSL | 351.04º | 0.57% | 0.46% | - |
| HSV(B) | 351.04º | 0.73% | 0.72% | - |
| XYZ | 22.01 | 12.91 | 7.13 | - |
| YUV | 92.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 70 | 0 | 0.73 | 0.62 | 0.28 | 351.04 | 0.57 | 0.46 |
| Hex | B8 | 32 | 46 | 0 | 49 | 3E | 1C | 15F | 39 | 2E |
| Octal | 270 | 62 | 106 | 0 | 111 | 76 | 34 | 537 | 71 | 56 |
| Binary | 10111000 | 110010 | 1000110 | 0 | 1001001 | 111110 | 11100 | 101011111 | 111001 | 101110 |
Color Harmonies of #B83246
Complementary color
Monochromatic Colors of #B83246
Black with #B83246
Text Example
Text Example
White with #B83246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83246; }
p { color: rgb(184,50,70); }
H1.HeaderClassName
{
color: #B83246;
}
.AnyTagClassName
{
color: #B83246;
}
</style>
background-color css
<style>
a { background-color: #B83246; }
a { background-color: rgb(184,50,70); }
div.DivClassName
{
background-color: #B83246;
}
.BgClassName
{
background-color: #B83246;
}
</style>
border-color css
<style>
span { border-color: #B83246; }
span { border-color: rgb(184,50,70); }
td.TdClassName
{
border-color: #B83246;
}
.TagClassName
{
border-color: #B83246;
}
</style>