Shades of Flame Pea #B86752
Tints of Flame Pea #B86752
RGB
CMYK
RGB Variations
Color information
#B86752 (or 0xB86752) is known color: Flame Pea. HEX triplet: B8, 67 and 52. RGB value is (184,103,82). Sum of RGB (Red+Green+Blue) = 184+103+82=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86752 is #4798AD. Grayscale: #7C7C7C. Windows color (decimal): -4692142 or 5400504. OLE color: 5400504.
HSL color Cylindrical-coordinate representation of color #B86752: hue angle of 12.35º 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 #B86752 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 82 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.28 |
| HSL | 12.35º | 0.42% | 0.52% | - |
| HSV(B) | 12.35º | 0.55% | 0.72% | - |
| XYZ | 26.14 | 20.5 | 10.56 | - |
| YUV | 124.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 82 | 0 | 0.44 | 0.55 | 0.28 | 12.35 | 0.42 | 0.52 |
| Hex | B8 | 67 | 52 | 0 | 2C | 37 | 1C | C | 2A | 34 |
| Octal | 270 | 147 | 122 | 0 | 54 | 67 | 34 | 14 | 52 | 64 |
| Binary | 10111000 | 1100111 | 1010010 | 0 | 101100 | 110111 | 11100 | 1100 | 101010 | 110100 |
Color Harmonies of #B86752
Complementary color
Monochromatic Colors of #B86752
Black with #B86752
Text Example
Text Example
White with #B86752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86752; }
p { color: rgb(184,103,82); }
H1.HeaderClassName
{
color: #B86752;
}
.AnyTagClassName
{
color: #B86752;
}
</style>
background-color css
<style>
a { background-color: #B86752; }
a { background-color: rgb(184,103,82); }
div.DivClassName
{
background-color: #B86752;
}
.BgClassName
{
background-color: #B86752;
}
</style>
border-color css
<style>
span { border-color: #B86752; }
span { border-color: rgb(184,103,82); }
td.TdClassName
{
border-color: #B86752;
}
.TagClassName
{
border-color: #B86752;
}
</style>