Shades of Flame Pea #B86753
Tints of Flame Pea #B86753
RGB
CMYK
RGB Variations
Color information
#B86753 (or 0xB86753) is known color: Flame Pea. HEX triplet: B8, 67 and 53. RGB value is (184,103,83). Sum of RGB (Red+Green+Blue) = 184+103+83=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B86753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86753 is #4798AC. Grayscale: #7D7D7D. Windows color (decimal): -4692141 or 5466040. OLE color: 5466040.
HSL color Cylindrical-coordinate representation of color #B86753: hue angle of 11.88º 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 #B86753 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 83 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.28 |
| HSL | 11.88º | 0.42% | 0.52% | - |
| HSV(B) | 11.88º | 0.55% | 0.72% | - |
| XYZ | 26.18 | 20.52 | 10.76 | - |
| YUV | 124.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 83 | 0 | 0.44 | 0.55 | 0.28 | 11.88 | 0.42 | 0.52 |
| Hex | B8 | 67 | 53 | 0 | 2C | 37 | 1C | C | 2A | 34 |
| Octal | 270 | 147 | 123 | 0 | 54 | 67 | 34 | 14 | 52 | 64 |
| Binary | 10111000 | 1100111 | 1010011 | 0 | 101100 | 110111 | 11100 | 1100 | 101010 | 110100 |
Color Harmonies of #B86753
Complementary color
Monochromatic Colors of #B86753
Black with #B86753
Text Example
Text Example
White with #B86753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86753; }
p { color: rgb(184,103,83); }
H1.HeaderClassName
{
color: #B86753;
}
.AnyTagClassName
{
color: #B86753;
}
</style>
background-color css
<style>
a { background-color: #B86753; }
a { background-color: rgb(184,103,83); }
div.DivClassName
{
background-color: #B86753;
}
.BgClassName
{
background-color: #B86753;
}
</style>
border-color css
<style>
span { border-color: #B86753; }
span { border-color: rgb(184,103,83); }
td.TdClassName
{
border-color: #B86753;
}
.TagClassName
{
border-color: #B86753;
}
</style>