Shades of Flame Pea #B86253
Tints of Flame Pea #B86253
RGB
CMYK
RGB Variations
Color information
#B86253 (or 0xB86253) is known color: Flame Pea. HEX triplet: B8, 62 and 53. RGB value is (184,98,83). Sum of RGB (Red+Green+Blue) = 184+98+83=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B86253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86253 is #479DAC. Grayscale: #7A7A7A. Windows color (decimal): -4693421 or 5464760. OLE color: 5464760.
HSL color Cylindrical-coordinate representation of color #B86253: hue angle of 8.91º 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 #B86253 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 83 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.28 |
| HSL | 8.91º | 0.42% | 0.52% | - |
| HSV(B) | 8.91º | 0.55% | 0.72% | - |
| XYZ | 25.7 | 19.55 | 10.6 | - |
| YUV | 122 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 83 | 0 | 0.47 | 0.55 | 0.28 | 8.91 | 0.42 | 0.52 |
| Hex | B8 | 62 | 53 | 0 | 2F | 37 | 1C | 9 | 2A | 34 |
| Octal | 270 | 142 | 123 | 0 | 57 | 67 | 34 | 11 | 52 | 64 |
| Binary | 10111000 | 1100010 | 1010011 | 0 | 101111 | 110111 | 11100 | 1001 | 101010 | 110100 |
Color Harmonies of #B86253
Complementary color
Monochromatic Colors of #B86253
Black with #B86253
Text Example
Text Example
White with #B86253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86253; }
p { color: rgb(184,98,83); }
H1.HeaderClassName
{
color: #B86253;
}
.AnyTagClassName
{
color: #B86253;
}
</style>
background-color css
<style>
a { background-color: #B86253; }
a { background-color: rgb(184,98,83); }
div.DivClassName
{
background-color: #B86253;
}
.BgClassName
{
background-color: #B86253;
}
</style>
border-color css
<style>
span { border-color: #B86253; }
span { border-color: rgb(184,98,83); }
td.TdClassName
{
border-color: #B86253;
}
.TagClassName
{
border-color: #B86253;
}
</style>