Shades of Flame Pea #B85847
Tints of Flame Pea #B85847
RGB
CMYK
RGB Variations
Color information
#B85847 (or 0xB85847) is known color: Flame Pea. HEX triplet: B8, 58 and 47. RGB value is (184,88,71). Sum of RGB (Red+Green+Blue) = 184+88+71=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85847 is #47A7B8. Grayscale: #727272. Windows color (decimal): -4695993 or 4675768. OLE color: 4675768.
HSL color Cylindrical-coordinate representation of color #B85847: hue angle of 9.03º 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 #B85847 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 71 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.28 |
| HSL | 9.03º | 0.44% | 0.5% | - |
| HSV(B) | 9.03º | 0.61% | 0.72% | - |
| XYZ | 24.39 | 17.62 | 8.08 | - |
| YUV | 114.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 71 | 0 | 0.52 | 0.61 | 0.28 | 9.03 | 0.44 | 0.5 |
| Hex | B8 | 58 | 47 | 0 | 34 | 3D | 1C | 9 | 2C | 32 |
| Octal | 270 | 130 | 107 | 0 | 64 | 75 | 34 | 11 | 54 | 62 |
| Binary | 10111000 | 1011000 | 1000111 | 0 | 110100 | 111101 | 11100 | 1001 | 101100 | 110010 |
Color Harmonies of #B85847
Complementary color
Monochromatic Colors of #B85847
Black with #B85847
Text Example
Text Example
White with #B85847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85847; }
p { color: rgb(184,88,71); }
H1.HeaderClassName
{
color: #B85847;
}
.AnyTagClassName
{
color: #B85847;
}
</style>
background-color css
<style>
a { background-color: #B85847; }
a { background-color: rgb(184,88,71); }
div.DivClassName
{
background-color: #B85847;
}
.BgClassName
{
background-color: #B85847;
}
</style>
border-color css
<style>
span { border-color: #B85847; }
span { border-color: rgb(184,88,71); }
td.TdClassName
{
border-color: #B85847;
}
.TagClassName
{
border-color: #B85847;
}
</style>