Shades of Flame Pea #B86350
Tints of Flame Pea #B86350
RGB
CMYK
RGB Variations
Color information
#B86350 (or 0xB86350) is known color: Flame Pea. HEX triplet: B8, 63 and 50. RGB value is (184,99,80). Sum of RGB (Red+Green+Blue) = 184+99+80=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86350 is #479CAF. Grayscale: #7A7A7A. Windows color (decimal): -4693168 or 5268408. OLE color: 5268408.
HSL color Cylindrical-coordinate representation of color #B86350: hue angle of 10.96º 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 #B86350 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 80 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.28 |
| HSL | 10.96º | 0.42% | 0.52% | - |
| HSV(B) | 10.96º | 0.57% | 0.72% | - |
| XYZ | 25.68 | 19.69 | 10.04 | - |
| YUV | 122.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 80 | 0 | 0.46 | 0.57 | 0.28 | 10.96 | 0.42 | 0.52 |
| Hex | B8 | 63 | 50 | 0 | 2E | 39 | 1C | B | 2A | 34 |
| Octal | 270 | 143 | 120 | 0 | 56 | 71 | 34 | 13 | 52 | 64 |
| Binary | 10111000 | 1100011 | 1010000 | 0 | 101110 | 111001 | 11100 | 1011 | 101010 | 110100 |
Color Harmonies of #B86350
Complementary color
Monochromatic Colors of #B86350
Black with #B86350
Text Example
Text Example
White with #B86350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86350; }
p { color: rgb(184,99,80); }
H1.HeaderClassName
{
color: #B86350;
}
.AnyTagClassName
{
color: #B86350;
}
</style>
background-color css
<style>
a { background-color: #B86350; }
a { background-color: rgb(184,99,80); }
div.DivClassName
{
background-color: #B86350;
}
.BgClassName
{
background-color: #B86350;
}
</style>
border-color css
<style>
span { border-color: #B86350; }
span { border-color: rgb(184,99,80); }
td.TdClassName
{
border-color: #B86350;
}
.TagClassName
{
border-color: #B86350;
}
</style>