Shades of Old Rose #B84246
Tints of Old Rose #B84246
RGB
CMYK
RGB Variations
Color information
#B84246 (or 0xB84246) is known color: Old Rose. HEX triplet: B8, 42 and 46. RGB value is (184,66,70). Sum of RGB (Red+Green+Blue) = 184+66+70=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84246 is #47BDB9. Grayscale: #656565. Windows color (decimal): -4701626 or 4604600. OLE color: 4604600.
HSL color Cylindrical-coordinate representation of color #B84246: hue angle of 357.97º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84246 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 70 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.28 |
| HSL | 357.97º | 0.47% | 0.49% | - |
| HSV(B) | 357.97º | 0.64% | 0.72% | - |
| XYZ | 22.82 | 14.53 | 7.4 | - |
| YUV | 101.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 70 | 0 | 0.64 | 0.62 | 0.28 | 357.97 | 0.47 | 0.49 |
| Hex | B8 | 42 | 46 | 0 | 40 | 3E | 1C | 166 | 2F | 31 |
| Octal | 270 | 102 | 106 | 0 | 100 | 76 | 34 | 546 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1000110 | 0 | 1000000 | 111110 | 11100 | 101100110 | 101111 | 110001 |
Color Harmonies of #B84246
Complementary color
Monochromatic Colors of #B84246
Black with #B84246
Text Example
Text Example
White with #B84246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84246; }
p { color: rgb(184,66,70); }
H1.HeaderClassName
{
color: #B84246;
}
.AnyTagClassName
{
color: #B84246;
}
</style>
background-color css
<style>
a { background-color: #B84246; }
a { background-color: rgb(184,66,70); }
div.DivClassName
{
background-color: #B84246;
}
.BgClassName
{
background-color: #B84246;
}
</style>
border-color css
<style>
span { border-color: #B84246; }
span { border-color: rgb(184,66,70); }
td.TdClassName
{
border-color: #B84246;
}
.TagClassName
{
border-color: #B84246;
}
</style>