Shades of Flame Pea #BA5543
Tints of Flame Pea #BA5543
RGB
CMYK
RGB Variations
Color information
#BA5543 (or 0xBA5543) is known color: Flame Pea. HEX triplet: BA, 55 and 43. RGB value is (186,85,67). Sum of RGB (Red+Green+Blue) = 186+85+67=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5543 is #45AABC. Grayscale: #717171. Windows color (decimal): -4565693 or 4412858. OLE color: 4412858.
HSL color Cylindrical-coordinate representation of color #BA5543: hue angle of 9.08º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5543 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 67 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.27 |
| HSL | 9.08º | 0.47% | 0.5% | - |
| HSV(B) | 9.08º | 0.64% | 0.73% | - |
| XYZ | 24.51 | 17.34 | 7.37 | - |
| YUV | 113.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 67 | 0 | 0.54 | 0.64 | 0.27 | 9.08 | 0.47 | 0.5 |
| Hex | BA | 55 | 43 | 0 | 36 | 40 | 1B | 9 | 2F | 32 |
| Octal | 272 | 125 | 103 | 0 | 66 | 100 | 33 | 11 | 57 | 62 |
| Binary | 10111010 | 1010101 | 1000011 | 0 | 110110 | 1000000 | 11011 | 1001 | 101111 | 110010 |
Color Harmonies of #BA5543
Complementary color
Monochromatic Colors of #BA5543
Black with #BA5543
Text Example
Text Example
White with #BA5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5543; }
p { color: rgb(186,85,67); }
H1.HeaderClassName
{
color: #BA5543;
}
.AnyTagClassName
{
color: #BA5543;
}
</style>
background-color css
<style>
a { background-color: #BA5543; }
a { background-color: rgb(186,85,67); }
div.DivClassName
{
background-color: #BA5543;
}
.BgClassName
{
background-color: #BA5543;
}
</style>
border-color css
<style>
span { border-color: #BA5543; }
span { border-color: rgb(186,85,67); }
td.TdClassName
{
border-color: #BA5543;
}
.TagClassName
{
border-color: #BA5543;
}
</style>