Shades of Flame Pea #B86245
Tints of Flame Pea #B86245
RGB
CMYK
RGB Variations
Color information
#B86245 (or 0xB86245) is known color: Flame Pea. HEX triplet: B8, 62 and 45. RGB value is (184,98,69). Sum of RGB (Red+Green+Blue) = 184+98+69=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B86245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86245 is #479DBA. Grayscale: #787878. Windows color (decimal): -4693435 or 4547256. OLE color: 4547256.
HSL color Cylindrical-coordinate representation of color #B86245: hue angle of 15.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86245 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 69 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.28 |
| HSL | 15.13º | 0.45% | 0.5% | - |
| HSV(B) | 15.13º | 0.63% | 0.72% | - |
| XYZ | 25.21 | 19.36 | 8.04 | - |
| YUV | 120.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 69 | 0 | 0.47 | 0.62 | 0.28 | 15.13 | 0.45 | 0.5 |
| Hex | B8 | 62 | 45 | 0 | 2F | 3E | 1C | F | 2D | 32 |
| Octal | 270 | 142 | 105 | 0 | 57 | 76 | 34 | 17 | 55 | 62 |
| Binary | 10111000 | 1100010 | 1000101 | 0 | 101111 | 111110 | 11100 | 1111 | 101101 | 110010 |
Color Harmonies of #B86245
Complementary color
Monochromatic Colors of #B86245
Black with #B86245
Text Example
Text Example
White with #B86245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86245; }
p { color: rgb(184,98,69); }
H1.HeaderClassName
{
color: #B86245;
}
.AnyTagClassName
{
color: #B86245;
}
</style>
background-color css
<style>
a { background-color: #B86245; }
a { background-color: rgb(184,98,69); }
div.DivClassName
{
background-color: #B86245;
}
.BgClassName
{
background-color: #B86245;
}
</style>
border-color css
<style>
span { border-color: #B86245; }
span { border-color: rgb(184,98,69); }
td.TdClassName
{
border-color: #B86245;
}
.TagClassName
{
border-color: #B86245;
}
</style>