Shades of Flame Pea #BA5647
Tints of Flame Pea #BA5647
RGB
CMYK
RGB Variations
Color information
#BA5647 (or 0xBA5647) is known color: Flame Pea. HEX triplet: BA, 56 and 47. RGB value is (186,86,71). Sum of RGB (Red+Green+Blue) = 186+86+71=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5647 is #45A9B8. Grayscale: #727272. Windows color (decimal): -4565433 or 4675258. OLE color: 4675258.
HSL color Cylindrical-coordinate representation of color #BA5647: hue angle of 7.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5647 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 71 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.27 |
| HSL | 7.83º | 0.45% | 0.5% | - |
| HSV(B) | 7.83º | 0.62% | 0.73% | - |
| XYZ | 24.71 | 17.55 | 8.05 | - |
| YUV | 114.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 71 | 0 | 0.54 | 0.62 | 0.27 | 7.83 | 0.45 | 0.5 |
| Hex | BA | 56 | 47 | 0 | 36 | 3E | 1B | 8 | 2D | 32 |
| Octal | 272 | 126 | 107 | 0 | 66 | 76 | 33 | 10 | 55 | 62 |
| Binary | 10111010 | 1010110 | 1000111 | 0 | 110110 | 111110 | 11011 | 1000 | 101101 | 110010 |
Color Harmonies of #BA5647
Complementary color
Monochromatic Colors of #BA5647
Black with #BA5647
Text Example
Text Example
White with #BA5647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5647; }
p { color: rgb(186,86,71); }
H1.HeaderClassName
{
color: #BA5647;
}
.AnyTagClassName
{
color: #BA5647;
}
</style>
background-color css
<style>
a { background-color: #BA5647; }
a { background-color: rgb(186,86,71); }
div.DivClassName
{
background-color: #BA5647;
}
.BgClassName
{
background-color: #BA5647;
}
</style>
border-color css
<style>
span { border-color: #BA5647; }
span { border-color: rgb(186,86,71); }
td.TdClassName
{
border-color: #BA5647;
}
.TagClassName
{
border-color: #BA5647;
}
</style>