Shades of Flame Pea #BA5B3E
Tints of Flame Pea #BA5B3E
RGB
CMYK
RGB Variations
Color information
#BA5B3E (or 0xBA5B3E) is known color: Flame Pea. HEX triplet: BA, 5B and 3E. RGB value is (186,91,62). Sum of RGB (Red+Green+Blue) = 186+91+62=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B3E is #45A4C1. Grayscale: #747474. Windows color (decimal): -4564162 or 4086714. OLE color: 4086714.
HSL color Cylindrical-coordinate representation of color #BA5B3E: hue angle of 14.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA5B3E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 62 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.27 |
| HSL | 14.03º | 0.5% | 0.49% | - |
| HSV(B) | 14.03º | 0.67% | 0.73% | - |
| XYZ | 24.86 | 18.27 | 6.77 | - |
| YUV | 116.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 62 | 0 | 0.51 | 0.67 | 0.27 | 14.03 | 0.5 | 0.49 |
| Hex | BA | 5B | 3E | 0 | 33 | 43 | 1B | E | 32 | 31 |
| Octal | 272 | 133 | 76 | 0 | 63 | 103 | 33 | 16 | 62 | 61 |
| Binary | 10111010 | 1011011 | 111110 | 0 | 110011 | 1000011 | 11011 | 1110 | 110010 | 110001 |
Color Harmonies of #BA5B3E
Complementary color
Monochromatic Colors of #BA5B3E
Black with #BA5B3E
Text Example
Text Example
White with #BA5B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B3E; }
p { color: rgb(186,91,62); }
H1.HeaderClassName
{
color: #BA5B3E;
}
.AnyTagClassName
{
color: #BA5B3E;
}
</style>
background-color css
<style>
a { background-color: #BA5B3E; }
a { background-color: rgb(186,91,62); }
div.DivClassName
{
background-color: #BA5B3E;
}
.BgClassName
{
background-color: #BA5B3E;
}
</style>
border-color css
<style>
span { border-color: #BA5B3E; }
span { border-color: rgb(186,91,62); }
td.TdClassName
{
border-color: #BA5B3E;
}
.TagClassName
{
border-color: #BA5B3E;
}
</style>