Shades of Flame Pea #B85F49
Tints of Flame Pea #B85F49
RGB
CMYK
RGB Variations
Color information
#B85F49 (or 0xB85F49) is known color: Flame Pea. HEX triplet: B8, 5F and 49. RGB value is (184,95,73). Sum of RGB (Red+Green+Blue) = 184+95+73=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F49 is #47A0B6. Grayscale: #777777. Windows color (decimal): -4694199 or 4808632. OLE color: 4808632.
HSL color Cylindrical-coordinate representation of color #B85F49: hue angle of 11.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85F49 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 73 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.28 |
| HSL | 11.89º | 0.44% | 0.5% | - |
| HSV(B) | 11.89º | 0.6% | 0.72% | - |
| XYZ | 25.06 | 18.86 | 8.62 | - |
| YUV | 119.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 73 | 0 | 0.48 | 0.60 | 0.28 | 11.89 | 0.44 | 0.5 |
| Hex | B8 | 5F | 49 | 0 | 30 | 3C | 1C | C | 2C | 32 |
| Octal | 270 | 137 | 111 | 0 | 60 | 74 | 34 | 14 | 54 | 62 |
| Binary | 10111000 | 1011111 | 1001001 | 0 | 110000 | 111100 | 11100 | 1100 | 101100 | 110010 |
Color Harmonies of #B85F49
Complementary color
Monochromatic Colors of #B85F49
Black with #B85F49
Text Example
Text Example
White with #B85F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85F49; }
p { color: rgb(184,95,73); }
H1.HeaderClassName
{
color: #B85F49;
}
.AnyTagClassName
{
color: #B85F49;
}
</style>
background-color css
<style>
a { background-color: #B85F49; }
a { background-color: rgb(184,95,73); }
div.DivClassName
{
background-color: #B85F49;
}
.BgClassName
{
background-color: #B85F49;
}
</style>
border-color css
<style>
span { border-color: #B85F49; }
span { border-color: rgb(184,95,73); }
td.TdClassName
{
border-color: #B85F49;
}
.TagClassName
{
border-color: #B85F49;
}
</style>