Shades of Flame Pea #B85643
Tints of Flame Pea #B85643
RGB
CMYK
RGB Variations
Color information
#B85643 (or 0xB85643) is known color: Flame Pea. HEX triplet: B8, 56 and 43. RGB value is (184,86,67). Sum of RGB (Red+Green+Blue) = 184+86+67=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85643 is #47A9BC. Grayscale: #717171. Windows color (decimal): -4696509 or 4413112. OLE color: 4413112.
HSL color Cylindrical-coordinate representation of color #B85643: hue angle of 9.74º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85643 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 67 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.28 |
| HSL | 9.74º | 0.47% | 0.49% | - |
| HSV(B) | 9.74º | 0.64% | 0.72% | - |
| XYZ | 24.11 | 17.25 | 7.37 | - |
| YUV | 113.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 67 | 0 | 0.53 | 0.64 | 0.28 | 9.74 | 0.47 | 0.49 |
| Hex | B8 | 56 | 43 | 0 | 35 | 40 | 1C | A | 2F | 31 |
| Octal | 270 | 126 | 103 | 0 | 65 | 100 | 34 | 12 | 57 | 61 |
| Binary | 10111000 | 1010110 | 1000011 | 0 | 110101 | 1000000 | 11100 | 1010 | 101111 | 110001 |
Color Harmonies of #B85643
Complementary color
Monochromatic Colors of #B85643
Black with #B85643
Text Example
Text Example
White with #B85643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85643; }
p { color: rgb(184,86,67); }
H1.HeaderClassName
{
color: #B85643;
}
.AnyTagClassName
{
color: #B85643;
}
</style>
background-color css
<style>
a { background-color: #B85643; }
a { background-color: rgb(184,86,67); }
div.DivClassName
{
background-color: #B85643;
}
.BgClassName
{
background-color: #B85643;
}
</style>
border-color css
<style>
span { border-color: #B85643; }
span { border-color: rgb(184,86,67); }
td.TdClassName
{
border-color: #B85643;
}
.TagClassName
{
border-color: #B85643;
}
</style>