Shades of Flame Pea #B85644
Tints of Flame Pea #B85644
RGB
CMYK
RGB Variations
Color information
#B85644 (or 0xB85644) is known color: Flame Pea. HEX triplet: B8, 56 and 44. RGB value is (184,86,68). Sum of RGB (Red+Green+Blue) = 184+86+68=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B85644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85644 is #47A9BB. Grayscale: #717171. Windows color (decimal): -4696508 or 4478648. OLE color: 4478648.
HSL color Cylindrical-coordinate representation of color #B85644: hue angle of 9.31º 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 #B85644 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 68 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.28 |
| HSL | 9.31º | 0.46% | 0.49% | - |
| HSV(B) | 9.31º | 0.63% | 0.72% | - |
| XYZ | 24.14 | 17.26 | 7.53 | - |
| YUV | 113.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 68 | 0 | 0.53 | 0.63 | 0.28 | 9.31 | 0.46 | 0.49 |
| Hex | B8 | 56 | 44 | 0 | 35 | 3F | 1C | 9 | 2E | 31 |
| Octal | 270 | 126 | 104 | 0 | 65 | 77 | 34 | 11 | 56 | 61 |
| Binary | 10111000 | 1010110 | 1000100 | 0 | 110101 | 111111 | 11100 | 1001 | 101110 | 110001 |
Color Harmonies of #B85644
Complementary color
Monochromatic Colors of #B85644
Black with #B85644
Text Example
Text Example
White with #B85644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85644; }
p { color: rgb(184,86,68); }
H1.HeaderClassName
{
color: #B85644;
}
.AnyTagClassName
{
color: #B85644;
}
</style>
background-color css
<style>
a { background-color: #B85644; }
a { background-color: rgb(184,86,68); }
div.DivClassName
{
background-color: #B85644;
}
.BgClassName
{
background-color: #B85644;
}
</style>
border-color css
<style>
span { border-color: #B85644; }
span { border-color: rgb(184,86,68); }
td.TdClassName
{
border-color: #B85644;
}
.TagClassName
{
border-color: #B85644;
}
</style>