Shades of Flame Pea #B8553E
Tints of Flame Pea #B8553E
RGB
CMYK
RGB Variations
Color information
#B8553E (or 0xB8553E) is known color: Flame Pea. HEX triplet: B8, 55 and 3E. RGB value is (184,85,62). Sum of RGB (Red+Green+Blue) = 184+85+62=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8553E is #47AAC1. Grayscale: #707070. Windows color (decimal): -4696770 or 4085176. OLE color: 4085176.
HSL color Cylindrical-coordinate representation of color #B8553E: hue angle of 11.31º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8553E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 62 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.28 |
| HSL | 11.31º | 0.5% | 0.48% | - |
| HSV(B) | 11.31º | 0.66% | 0.72% | - |
| XYZ | 23.89 | 17.04 | 6.59 | - |
| YUV | 111.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 62 | 0 | 0.54 | 0.66 | 0.28 | 11.31 | 0.5 | 0.48 |
| Hex | B8 | 55 | 3E | 0 | 36 | 42 | 1C | B | 32 | 30 |
| Octal | 270 | 125 | 76 | 0 | 66 | 102 | 34 | 13 | 62 | 60 |
| Binary | 10111000 | 1010101 | 111110 | 0 | 110110 | 1000010 | 11100 | 1011 | 110010 | 110000 |
Color Harmonies of #B8553E
Complementary color
Monochromatic Colors of #B8553E
Black with #B8553E
Text Example
Text Example
White with #B8553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8553E; }
p { color: rgb(184,85,62); }
H1.HeaderClassName
{
color: #B8553E;
}
.AnyTagClassName
{
color: #B8553E;
}
</style>
background-color css
<style>
a { background-color: #B8553E; }
a { background-color: rgb(184,85,62); }
div.DivClassName
{
background-color: #B8553E;
}
.BgClassName
{
background-color: #B8553E;
}
</style>
border-color css
<style>
span { border-color: #B8553E; }
span { border-color: rgb(184,85,62); }
td.TdClassName
{
border-color: #B8553E;
}
.TagClassName
{
border-color: #B8553E;
}
</style>