Shades of Flame Pea #B86451
Tints of Flame Pea #B86451
RGB
CMYK
RGB Variations
Color information
#B86451 (or 0xB86451) is known color: Flame Pea. HEX triplet: B8, 64 and 51. RGB value is (184,100,81). Sum of RGB (Red+Green+Blue) = 184+100+81=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B86451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86451 is #479BAE. Grayscale: #7B7B7B. Windows color (decimal): -4692911 or 5334200. OLE color: 5334200.
HSL color Cylindrical-coordinate representation of color #B86451: hue angle of 11.07º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86451 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 81 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.28 |
| HSL | 11.07º | 0.42% | 0.52% | - |
| HSV(B) | 11.07º | 0.56% | 0.72% | - |
| XYZ | 25.81 | 19.9 | 10.27 | - |
| YUV | 122.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 81 | 0 | 0.46 | 0.56 | 0.28 | 11.07 | 0.42 | 0.52 |
| Hex | B8 | 64 | 51 | 0 | 2E | 38 | 1C | B | 2A | 34 |
| Octal | 270 | 144 | 121 | 0 | 56 | 70 | 34 | 13 | 52 | 64 |
| Binary | 10111000 | 1100100 | 1010001 | 0 | 101110 | 111000 | 11100 | 1011 | 101010 | 110100 |
Color Harmonies of #B86451
Complementary color
Monochromatic Colors of #B86451
Black with #B86451
Text Example
Text Example
White with #B86451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86451; }
p { color: rgb(184,100,81); }
H1.HeaderClassName
{
color: #B86451;
}
.AnyTagClassName
{
color: #B86451;
}
</style>
background-color css
<style>
a { background-color: #B86451; }
a { background-color: rgb(184,100,81); }
div.DivClassName
{
background-color: #B86451;
}
.BgClassName
{
background-color: #B86451;
}
</style>
border-color css
<style>
span { border-color: #B86451; }
span { border-color: rgb(184,100,81); }
td.TdClassName
{
border-color: #B86451;
}
.TagClassName
{
border-color: #B86451;
}
</style>