Shades of Flame Pea #B86146
Tints of Flame Pea #B86146
RGB
CMYK
RGB Variations
Color information
#B86146 (or 0xB86146) is known color: Flame Pea. HEX triplet: B8, 61 and 46. RGB value is (184,97,70). Sum of RGB (Red+Green+Blue) = 184+97+70=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B86146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86146 is #479EB9. Grayscale: #787878. Windows color (decimal): -4693690 or 4612536. OLE color: 4612536.
HSL color Cylindrical-coordinate representation of color #B86146: hue angle of 14.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86146 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 70 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.28 |
| HSL | 14.21º | 0.45% | 0.5% | - |
| HSV(B) | 14.21º | 0.62% | 0.72% | - |
| XYZ | 25.15 | 19.18 | 8.17 | - |
| YUV | 119.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 70 | 0 | 0.47 | 0.62 | 0.28 | 14.21 | 0.45 | 0.5 |
| Hex | B8 | 61 | 46 | 0 | 2F | 3E | 1C | E | 2D | 32 |
| Octal | 270 | 141 | 106 | 0 | 57 | 76 | 34 | 16 | 55 | 62 |
| Binary | 10111000 | 1100001 | 1000110 | 0 | 101111 | 111110 | 11100 | 1110 | 101101 | 110010 |
Color Harmonies of #B86146
Complementary color
Monochromatic Colors of #B86146
Black with #B86146
Text Example
Text Example
White with #B86146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86146; }
p { color: rgb(184,97,70); }
H1.HeaderClassName
{
color: #B86146;
}
.AnyTagClassName
{
color: #B86146;
}
</style>
background-color css
<style>
a { background-color: #B86146; }
a { background-color: rgb(184,97,70); }
div.DivClassName
{
background-color: #B86146;
}
.BgClassName
{
background-color: #B86146;
}
</style>
border-color css
<style>
span { border-color: #B86146; }
span { border-color: rgb(184,97,70); }
td.TdClassName
{
border-color: #B86146;
}
.TagClassName
{
border-color: #B86146;
}
</style>