Shades of Flame Pea #B86144
Tints of Flame Pea #B86144
RGB
CMYK
RGB Variations
Color information
#B86144 (or 0xB86144) is known color: Flame Pea. HEX triplet: B8, 61 and 44. RGB value is (184,97,68). Sum of RGB (Red+Green+Blue) = 184+97+68=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86144 is #479EBB. Grayscale: #777777. Windows color (decimal): -4693692 or 4481464. OLE color: 4481464.
HSL color Cylindrical-coordinate representation of color #B86144: hue angle of 15º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B86144 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 68 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.28 |
| HSL | 15º | 0.46% | 0.49% | - |
| HSV(B) | 15º | 0.63% | 0.72% | - |
| XYZ | 25.09 | 19.16 | 7.84 | - |
| YUV | 119.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 68 | 0 | 0.47 | 0.63 | 0.28 | 15 | 0.46 | 0.49 |
| Hex | B8 | 61 | 44 | 0 | 2F | 3F | 1C | F | 2E | 31 |
| Octal | 270 | 141 | 104 | 0 | 57 | 77 | 34 | 17 | 56 | 61 |
| Binary | 10111000 | 1100001 | 1000100 | 0 | 101111 | 111111 | 11100 | 1111 | 101110 | 110001 |
Color Harmonies of #B86144
Complementary color
Monochromatic Colors of #B86144
Black with #B86144
Text Example
Text Example
White with #B86144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86144; }
p { color: rgb(184,97,68); }
H1.HeaderClassName
{
color: #B86144;
}
.AnyTagClassName
{
color: #B86144;
}
</style>
background-color css
<style>
a { background-color: #B86144; }
a { background-color: rgb(184,97,68); }
div.DivClassName
{
background-color: #B86144;
}
.BgClassName
{
background-color: #B86144;
}
</style>
border-color css
<style>
span { border-color: #B86144; }
span { border-color: rgb(184,97,68); }
td.TdClassName
{
border-color: #B86144;
}
.TagClassName
{
border-color: #B86144;
}
</style>