Shades of Flame Pea #B86048
Tints of Flame Pea #B86048
RGB
CMYK
RGB Variations
Color information
#B86048 (or 0xB86048) is known color: Flame Pea. HEX triplet: B8, 60 and 48. RGB value is (184,96,72). Sum of RGB (Red+Green+Blue) = 184+96+72=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86048 is #479FB7. Grayscale: #777777. Windows color (decimal): -4693944 or 4743352. OLE color: 4743352.
HSL color Cylindrical-coordinate representation of color #B86048: hue angle of 12.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B86048 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 72 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.28 |
| HSL | 12.86º | 0.44% | 0.5% | - |
| HSV(B) | 12.86º | 0.61% | 0.72% | - |
| XYZ | 25.12 | 19.02 | 8.48 | - |
| YUV | 119.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 72 | 0 | 0.48 | 0.61 | 0.28 | 12.86 | 0.44 | 0.5 |
| Hex | B8 | 60 | 48 | 0 | 30 | 3D | 1C | D | 2C | 32 |
| Octal | 270 | 140 | 110 | 0 | 60 | 75 | 34 | 15 | 54 | 62 |
| Binary | 10111000 | 1100000 | 1001000 | 0 | 110000 | 111101 | 11100 | 1101 | 101100 | 110010 |
Color Harmonies of #B86048
Complementary color
Monochromatic Colors of #B86048
Black with #B86048
Text Example
Text Example
White with #B86048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86048; }
p { color: rgb(184,96,72); }
H1.HeaderClassName
{
color: #B86048;
}
.AnyTagClassName
{
color: #B86048;
}
</style>
background-color css
<style>
a { background-color: #B86048; }
a { background-color: rgb(184,96,72); }
div.DivClassName
{
background-color: #B86048;
}
.BgClassName
{
background-color: #B86048;
}
</style>
border-color css
<style>
span { border-color: #B86048; }
span { border-color: rgb(184,96,72); }
td.TdClassName
{
border-color: #B86048;
}
.TagClassName
{
border-color: #B86048;
}
</style>