Shades of Flame Pea #BA5544
Tints of Flame Pea #BA5544
RGB
CMYK
RGB Variations
Color information
#BA5544 (or 0xBA5544) is known color: Flame Pea. HEX triplet: BA, 55 and 44. RGB value is (186,85,68). Sum of RGB (Red+Green+Blue) = 186+85+68=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5544 is #45AABB. Grayscale: #717171. Windows color (decimal): -4565692 or 4478394. OLE color: 4478394.
HSL color Cylindrical-coordinate representation of color #BA5544: hue angle of 8.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5544 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 68 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.27 |
| HSL | 8.64º | 0.46% | 0.5% | - |
| HSV(B) | 8.64º | 0.63% | 0.73% | - |
| XYZ | 24.54 | 17.35 | 7.52 | - |
| YUV | 113.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 68 | 0 | 0.54 | 0.63 | 0.27 | 8.64 | 0.46 | 0.5 |
| Hex | BA | 55 | 44 | 0 | 36 | 3F | 1B | 9 | 2E | 32 |
| Octal | 272 | 125 | 104 | 0 | 66 | 77 | 33 | 11 | 56 | 62 |
| Binary | 10111010 | 1010101 | 1000100 | 0 | 110110 | 111111 | 11011 | 1001 | 101110 | 110010 |
Color Harmonies of #BA5544
Complementary color
Monochromatic Colors of #BA5544
Black with #BA5544
Text Example
Text Example
White with #BA5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5544; }
p { color: rgb(186,85,68); }
H1.HeaderClassName
{
color: #BA5544;
}
.AnyTagClassName
{
color: #BA5544;
}
</style>
background-color css
<style>
a { background-color: #BA5544; }
a { background-color: rgb(186,85,68); }
div.DivClassName
{
background-color: #BA5544;
}
.BgClassName
{
background-color: #BA5544;
}
</style>
border-color css
<style>
span { border-color: #BA5544; }
span { border-color: rgb(186,85,68); }
td.TdClassName
{
border-color: #BA5544;
}
.TagClassName
{
border-color: #BA5544;
}
</style>