Shades of Flame Pea #B86552
Tints of Flame Pea #B86552
RGB
CMYK
RGB Variations
Color information
#B86552 (or 0xB86552) is known color: Flame Pea. HEX triplet: B8, 65 and 52. RGB value is (184,101,82). Sum of RGB (Red+Green+Blue) = 184+101+82=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B86552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86552 is #479AAD. Grayscale: #7B7B7B. Windows color (decimal): -4692654 or 5399992. OLE color: 5399992.
HSL color Cylindrical-coordinate representation of color #B86552: hue angle of 11.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86552 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 82 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.28 |
| HSL | 11.18º | 0.42% | 0.52% | - |
| HSV(B) | 11.18º | 0.55% | 0.72% | - |
| XYZ | 25.94 | 20.11 | 10.5 | - |
| YUV | 123.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 82 | 0 | 0.45 | 0.55 | 0.28 | 11.18 | 0.42 | 0.52 |
| Hex | B8 | 65 | 52 | 0 | 2D | 37 | 1C | B | 2A | 34 |
| Octal | 270 | 145 | 122 | 0 | 55 | 67 | 34 | 13 | 52 | 64 |
| Binary | 10111000 | 1100101 | 1010010 | 0 | 101101 | 110111 | 11100 | 1011 | 101010 | 110100 |
Color Harmonies of #B86552
Complementary color
Monochromatic Colors of #B86552
Black with #B86552
Text Example
Text Example
White with #B86552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86552; }
p { color: rgb(184,101,82); }
H1.HeaderClassName
{
color: #B86552;
}
.AnyTagClassName
{
color: #B86552;
}
</style>
background-color css
<style>
a { background-color: #B86552; }
a { background-color: rgb(184,101,82); }
div.DivClassName
{
background-color: #B86552;
}
.BgClassName
{
background-color: #B86552;
}
</style>
border-color css
<style>
span { border-color: #B86552; }
span { border-color: rgb(184,101,82); }
td.TdClassName
{
border-color: #B86552;
}
.TagClassName
{
border-color: #B86552;
}
</style>