Shades of Flame Pea #B85E49
Tints of Flame Pea #B85E49
RGB
CMYK
RGB Variations
Color information
#B85E49 (or 0xB85E49) is known color: Flame Pea. HEX triplet: B8, 5E and 49. RGB value is (184,94,73). Sum of RGB (Red+Green+Blue) = 184+94+73=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E49 is #47A1B6. Grayscale: #767676. Windows color (decimal): -4694455 or 4808376. OLE color: 4808376.
HSL color Cylindrical-coordinate representation of color #B85E49: hue angle of 11.35º 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 #B85E49 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 73 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.28 |
| HSL | 11.35º | 0.44% | 0.5% | - |
| HSV(B) | 11.35º | 0.6% | 0.72% | - |
| XYZ | 24.97 | 18.68 | 8.59 | - |
| YUV | 118.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 73 | 0 | 0.49 | 0.60 | 0.28 | 11.35 | 0.44 | 0.5 |
| Hex | B8 | 5E | 49 | 0 | 31 | 3C | 1C | B | 2C | 32 |
| Octal | 270 | 136 | 111 | 0 | 61 | 74 | 34 | 13 | 54 | 62 |
| Binary | 10111000 | 1011110 | 1001001 | 0 | 110001 | 111100 | 11100 | 1011 | 101100 | 110010 |
Color Harmonies of #B85E49
Complementary color
Monochromatic Colors of #B85E49
Black with #B85E49
Text Example
Text Example
White with #B85E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E49; }
p { color: rgb(184,94,73); }
H1.HeaderClassName
{
color: #B85E49;
}
.AnyTagClassName
{
color: #B85E49;
}
</style>
background-color css
<style>
a { background-color: #B85E49; }
a { background-color: rgb(184,94,73); }
div.DivClassName
{
background-color: #B85E49;
}
.BgClassName
{
background-color: #B85E49;
}
</style>
border-color css
<style>
span { border-color: #B85E49; }
span { border-color: rgb(184,94,73); }
td.TdClassName
{
border-color: #B85E49;
}
.TagClassName
{
border-color: #B85E49;
}
</style>