Shades of Flame Pea #BA5944
Tints of Flame Pea #BA5944
RGB
CMYK
RGB Variations
Color information
#BA5944 (or 0xBA5944) is known color: Flame Pea. HEX triplet: BA, 59 and 44. RGB value is (186,89,68). Sum of RGB (Red+Green+Blue) = 186+89+68=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5944 is #45A6BB. Grayscale: #737373. Windows color (decimal): -4564668 or 4479418. OLE color: 4479418.
HSL color Cylindrical-coordinate representation of color #BA5944: hue angle of 10.68º 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 #BA5944 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 68 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.27 |
| HSL | 10.68º | 0.46% | 0.5% | - |
| HSV(B) | 10.68º | 0.63% | 0.73% | - |
| XYZ | 24.87 | 18 | 7.63 | - |
| YUV | 115.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 68 | 0 | 0.52 | 0.63 | 0.27 | 10.68 | 0.46 | 0.5 |
| Hex | BA | 59 | 44 | 0 | 34 | 3F | 1B | B | 2E | 32 |
| Octal | 272 | 131 | 104 | 0 | 64 | 77 | 33 | 13 | 56 | 62 |
| Binary | 10111010 | 1011001 | 1000100 | 0 | 110100 | 111111 | 11011 | 1011 | 101110 | 110010 |
Color Harmonies of #BA5944
Complementary color
Monochromatic Colors of #BA5944
Black with #BA5944
Text Example
Text Example
White with #BA5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5944; }
p { color: rgb(186,89,68); }
H1.HeaderClassName
{
color: #BA5944;
}
.AnyTagClassName
{
color: #BA5944;
}
</style>
background-color css
<style>
a { background-color: #BA5944; }
a { background-color: rgb(186,89,68); }
div.DivClassName
{
background-color: #BA5944;
}
.BgClassName
{
background-color: #BA5944;
}
</style>
border-color css
<style>
span { border-color: #BA5944; }
span { border-color: rgb(186,89,68); }
td.TdClassName
{
border-color: #BA5944;
}
.TagClassName
{
border-color: #BA5944;
}
</style>