Shades of Flame Pea #B86150
Tints of Flame Pea #B86150
RGB
CMYK
RGB Variations
Color information
#B86150 (or 0xB86150) is known color: Flame Pea. HEX triplet: B8, 61 and 50. RGB value is (184,97,80). Sum of RGB (Red+Green+Blue) = 184+97+80=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B86150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86150 is #479EAF. Grayscale: #797979. Windows color (decimal): -4693680 or 5267896. OLE color: 5267896.
HSL color Cylindrical-coordinate representation of color #B86150: hue angle of 9.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B86150 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 80 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.28 |
| HSL | 9.81º | 0.42% | 0.52% | - |
| HSV(B) | 9.81º | 0.57% | 0.72% | - |
| XYZ | 25.49 | 19.32 | 9.97 | - |
| YUV | 121.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 80 | 0 | 0.47 | 0.57 | 0.28 | 9.81 | 0.42 | 0.52 |
| Hex | B8 | 61 | 50 | 0 | 2F | 39 | 1C | A | 2A | 34 |
| Octal | 270 | 141 | 120 | 0 | 57 | 71 | 34 | 12 | 52 | 64 |
| Binary | 10111000 | 1100001 | 1010000 | 0 | 101111 | 111001 | 11100 | 1010 | 101010 | 110100 |
Color Harmonies of #B86150
Complementary color
Monochromatic Colors of #B86150
Black with #B86150
Text Example
Text Example
White with #B86150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86150; }
p { color: rgb(184,97,80); }
H1.HeaderClassName
{
color: #B86150;
}
.AnyTagClassName
{
color: #B86150;
}
</style>
background-color css
<style>
a { background-color: #B86150; }
a { background-color: rgb(184,97,80); }
div.DivClassName
{
background-color: #B86150;
}
.BgClassName
{
background-color: #B86150;
}
</style>
border-color css
<style>
span { border-color: #B86150; }
span { border-color: rgb(184,97,80); }
td.TdClassName
{
border-color: #B86150;
}
.TagClassName
{
border-color: #B86150;
}
</style>