Shades of Flame Pea #B85E40
Tints of Flame Pea #B85E40
RGB
CMYK
RGB Variations
Color information
#B85E40 (or 0xB85E40) is known color: Flame Pea. HEX triplet: B8, 5E and 40. RGB value is (184,94,64). Sum of RGB (Red+Green+Blue) = 184+94+64=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E40 is #47A1BF. Grayscale: #757575. Windows color (decimal): -4694464 or 4218552. OLE color: 4218552.
HSL color Cylindrical-coordinate representation of color #B85E40: hue angle of 15º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85E40 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 64 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.28 |
| HSL | 15º | 0.48% | 0.49% | - |
| HSV(B) | 15º | 0.65% | 0.72% | - |
| XYZ | 24.7 | 18.57 | 7.13 | - |
| YUV | 117.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 64 | 0 | 0.49 | 0.65 | 0.28 | 15 | 0.48 | 0.49 |
| Hex | B8 | 5E | 40 | 0 | 31 | 41 | 1C | F | 30 | 31 |
| Octal | 270 | 136 | 100 | 0 | 61 | 101 | 34 | 17 | 60 | 61 |
| Binary | 10111000 | 1011110 | 1000000 | 0 | 110001 | 1000001 | 11100 | 1111 | 110000 | 110001 |
Color Harmonies of #B85E40
Complementary color
Monochromatic Colors of #B85E40
Black with #B85E40
Text Example
Text Example
White with #B85E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E40; }
p { color: rgb(184,94,64); }
H1.HeaderClassName
{
color: #B85E40;
}
.AnyTagClassName
{
color: #B85E40;
}
</style>
background-color css
<style>
a { background-color: #B85E40; }
a { background-color: rgb(184,94,64); }
div.DivClassName
{
background-color: #B85E40;
}
.BgClassName
{
background-color: #B85E40;
}
</style>
border-color css
<style>
span { border-color: #B85E40; }
span { border-color: rgb(184,94,64); }
td.TdClassName
{
border-color: #B85E40;
}
.TagClassName
{
border-color: #B85E40;
}
</style>