Shades of Flame Pea #B86348
Tints of Flame Pea #B86348
RGB
CMYK
RGB Variations
Color information
#B86348 (or 0xB86348) is known color: Flame Pea. HEX triplet: B8, 63 and 48. RGB value is (184,99,72). Sum of RGB (Red+Green+Blue) = 184+99+72=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B86348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86348 is #479CB7. Grayscale: #797979. Windows color (decimal): -4693176 or 4744120. OLE color: 4744120.
HSL color Cylindrical-coordinate representation of color #B86348: hue angle of 14.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B86348 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 72 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.28 |
| HSL | 14.46º | 0.44% | 0.5% | - |
| HSV(B) | 14.46º | 0.61% | 0.72% | - |
| XYZ | 25.4 | 19.58 | 8.57 | - |
| YUV | 121.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 72 | 0 | 0.46 | 0.61 | 0.28 | 14.46 | 0.44 | 0.5 |
| Hex | B8 | 63 | 48 | 0 | 2E | 3D | 1C | E | 2C | 32 |
| Octal | 270 | 143 | 110 | 0 | 56 | 75 | 34 | 16 | 54 | 62 |
| Binary | 10111000 | 1100011 | 1001000 | 0 | 101110 | 111101 | 11100 | 1110 | 101100 | 110010 |
Color Harmonies of #B86348
Complementary color
Monochromatic Colors of #B86348
Black with #B86348
Text Example
Text Example
White with #B86348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86348; }
p { color: rgb(184,99,72); }
H1.HeaderClassName
{
color: #B86348;
}
.AnyTagClassName
{
color: #B86348;
}
</style>
background-color css
<style>
a { background-color: #B86348; }
a { background-color: rgb(184,99,72); }
div.DivClassName
{
background-color: #B86348;
}
.BgClassName
{
background-color: #B86348;
}
</style>
border-color css
<style>
span { border-color: #B86348; }
span { border-color: rgb(184,99,72); }
td.TdClassName
{
border-color: #B86348;
}
.TagClassName
{
border-color: #B86348;
}
</style>