Shades of Flame Pea #B86251
Tints of Flame Pea #B86251
RGB
CMYK
RGB Variations
Color information
#B86251 (or 0xB86251) is known color: Flame Pea. HEX triplet: B8, 62 and 51. RGB value is (184,98,81). Sum of RGB (Red+Green+Blue) = 184+98+81=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86251 is #479DAE. Grayscale: #797979. Windows color (decimal): -4693423 or 5333688. OLE color: 5333688.
HSL color Cylindrical-coordinate representation of color #B86251: hue angle of 9.9º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86251 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 81 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.28 |
| HSL | 9.9º | 0.42% | 0.52% | - |
| HSV(B) | 9.9º | 0.56% | 0.72% | - |
| XYZ | 25.62 | 19.52 | 10.2 | - |
| YUV | 121.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 81 | 0 | 0.47 | 0.56 | 0.28 | 9.9 | 0.42 | 0.52 |
| Hex | B8 | 62 | 51 | 0 | 2F | 38 | 1C | A | 2A | 34 |
| Octal | 270 | 142 | 121 | 0 | 57 | 70 | 34 | 12 | 52 | 64 |
| Binary | 10111000 | 1100010 | 1010001 | 0 | 101111 | 111000 | 11100 | 1010 | 101010 | 110100 |
Color Harmonies of #B86251
Complementary color
Monochromatic Colors of #B86251
Black with #B86251
Text Example
Text Example
White with #B86251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86251; }
p { color: rgb(184,98,81); }
H1.HeaderClassName
{
color: #B86251;
}
.AnyTagClassName
{
color: #B86251;
}
</style>
background-color css
<style>
a { background-color: #B86251; }
a { background-color: rgb(184,98,81); }
div.DivClassName
{
background-color: #B86251;
}
.BgClassName
{
background-color: #B86251;
}
</style>
border-color css
<style>
span { border-color: #B86251; }
span { border-color: rgb(184,98,81); }
td.TdClassName
{
border-color: #B86251;
}
.TagClassName
{
border-color: #B86251;
}
</style>