Shades of Flame Pea #BA553E
Tints of Flame Pea #BA553E
RGB
CMYK
RGB Variations
Color information
#BA553E (or 0xBA553E) is known color: Flame Pea. HEX triplet: BA, 55 and 3E. RGB value is (186,85,62). Sum of RGB (Red+Green+Blue) = 186+85+62=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA553E is #45AAC1. Grayscale: #707070. Windows color (decimal): -4565698 or 4085178. OLE color: 4085178.
HSL color Cylindrical-coordinate representation of color #BA553E: hue angle of 11.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA553E is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 62 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.27 |
| HSL | 11.13º | 0.5% | 0.49% | - |
| HSV(B) | 11.13º | 0.67% | 0.73% | - |
| XYZ | 24.37 | 17.28 | 6.61 | - |
| YUV | 112.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 62 | 0 | 0.54 | 0.67 | 0.27 | 11.13 | 0.5 | 0.49 |
| Hex | BA | 55 | 3E | 0 | 36 | 43 | 1B | B | 32 | 31 |
| Octal | 272 | 125 | 76 | 0 | 66 | 103 | 33 | 13 | 62 | 61 |
| Binary | 10111010 | 1010101 | 111110 | 0 | 110110 | 1000011 | 11011 | 1011 | 110010 | 110001 |
Color Harmonies of #BA553E
Complementary color
Monochromatic Colors of #BA553E
Black with #BA553E
Text Example
Text Example
White with #BA553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA553E; }
p { color: rgb(186,85,62); }
H1.HeaderClassName
{
color: #BA553E;
}
.AnyTagClassName
{
color: #BA553E;
}
</style>
background-color css
<style>
a { background-color: #BA553E; }
a { background-color: rgb(186,85,62); }
div.DivClassName
{
background-color: #BA553E;
}
.BgClassName
{
background-color: #BA553E;
}
</style>
border-color css
<style>
span { border-color: #BA553E; }
span { border-color: rgb(186,85,62); }
td.TdClassName
{
border-color: #BA553E;
}
.TagClassName
{
border-color: #BA553E;
}
</style>