Shades of Flame Pea #BA5E43
Tints of Flame Pea #BA5E43
RGB
CMYK
RGB Variations
Color information
#BA5E43 (or 0xBA5E43) is known color: Flame Pea. HEX triplet: BA, 5E and 43. RGB value is (186,94,67). Sum of RGB (Red+Green+Blue) = 186+94+67=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E43 is #45A1BC. Grayscale: #767676. Windows color (decimal): -4563389 or 4415162. OLE color: 4415162.
HSL color Cylindrical-coordinate representation of color #BA5E43: hue angle of 13.61º 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 #BA5E43 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 67 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.27 |
| HSL | 13.61º | 0.47% | 0.5% | - |
| HSV(B) | 13.61º | 0.64% | 0.73% | - |
| XYZ | 25.27 | 18.85 | 7.62 | - |
| YUV | 118.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 67 | 0 | 0.49 | 0.64 | 0.27 | 13.61 | 0.47 | 0.5 |
| Hex | BA | 5E | 43 | 0 | 31 | 40 | 1B | E | 2F | 32 |
| Octal | 272 | 136 | 103 | 0 | 61 | 100 | 33 | 16 | 57 | 62 |
| Binary | 10111010 | 1011110 | 1000011 | 0 | 110001 | 1000000 | 11011 | 1110 | 101111 | 110010 |
Color Harmonies of #BA5E43
Complementary color
Monochromatic Colors of #BA5E43
Black with #BA5E43
Text Example
Text Example
White with #BA5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E43; }
p { color: rgb(186,94,67); }
H1.HeaderClassName
{
color: #BA5E43;
}
.AnyTagClassName
{
color: #BA5E43;
}
</style>
background-color css
<style>
a { background-color: #BA5E43; }
a { background-color: rgb(186,94,67); }
div.DivClassName
{
background-color: #BA5E43;
}
.BgClassName
{
background-color: #BA5E43;
}
</style>
border-color css
<style>
span { border-color: #BA5E43; }
span { border-color: rgb(186,94,67); }
td.TdClassName
{
border-color: #BA5E43;
}
.TagClassName
{
border-color: #BA5E43;
}
</style>