Shades of Flame Pea #B86653
Tints of Flame Pea #B86653
RGB
CMYK
RGB Variations
Color information
#B86653 (or 0xB86653) is known color: Flame Pea. HEX triplet: B8, 66 and 53. RGB value is (184,102,83). Sum of RGB (Red+Green+Blue) = 184+102+83=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86653 is #4799AC. Grayscale: #7C7C7C. Windows color (decimal): -4692397 or 5465784. OLE color: 5465784.
HSL color Cylindrical-coordinate representation of color #B86653: hue angle of 11.29º 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 #B86653 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 83 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.28 |
| HSL | 11.29º | 0.42% | 0.52% | - |
| HSV(B) | 11.29º | 0.55% | 0.72% | - |
| XYZ | 26.08 | 20.32 | 10.73 | - |
| YUV | 124.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 83 | 0 | 0.45 | 0.55 | 0.28 | 11.29 | 0.42 | 0.52 |
| Hex | B8 | 66 | 53 | 0 | 2D | 37 | 1C | B | 2A | 34 |
| Octal | 270 | 146 | 123 | 0 | 55 | 67 | 34 | 13 | 52 | 64 |
| Binary | 10111000 | 1100110 | 1010011 | 0 | 101101 | 110111 | 11100 | 1011 | 101010 | 110100 |
Color Harmonies of #B86653
Complementary color
Monochromatic Colors of #B86653
Black with #B86653
Text Example
Text Example
White with #B86653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86653; }
p { color: rgb(184,102,83); }
H1.HeaderClassName
{
color: #B86653;
}
.AnyTagClassName
{
color: #B86653;
}
</style>
background-color css
<style>
a { background-color: #B86653; }
a { background-color: rgb(184,102,83); }
div.DivClassName
{
background-color: #B86653;
}
.BgClassName
{
background-color: #B86653;
}
</style>
border-color css
<style>
span { border-color: #B86653; }
span { border-color: rgb(184,102,83); }
td.TdClassName
{
border-color: #B86653;
}
.TagClassName
{
border-color: #B86653;
}
</style>