Shades of Flame Pea #BA5E44
Tints of Flame Pea #BA5E44
RGB
CMYK
RGB Variations
Color information
#BA5E44 (or 0xBA5E44) is known color: Flame Pea. HEX triplet: BA, 5E and 44. RGB value is (186,94,68). Sum of RGB (Red+Green+Blue) = 186+94+68=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E44 is #45A1BB. Grayscale: #767676. Windows color (decimal): -4563388 or 4480698. OLE color: 4480698.
HSL color Cylindrical-coordinate representation of color #BA5E44: hue angle of 13.22º 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 #BA5E44 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 68 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.27 |
| HSL | 13.22º | 0.46% | 0.5% | - |
| HSV(B) | 13.22º | 0.63% | 0.73% | - |
| XYZ | 25.3 | 18.86 | 7.78 | - |
| YUV | 118.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 68 | 0 | 0.49 | 0.63 | 0.27 | 13.22 | 0.46 | 0.5 |
| Hex | BA | 5E | 44 | 0 | 31 | 3F | 1B | D | 2E | 32 |
| Octal | 272 | 136 | 104 | 0 | 61 | 77 | 33 | 15 | 56 | 62 |
| Binary | 10111010 | 1011110 | 1000100 | 0 | 110001 | 111111 | 11011 | 1101 | 101110 | 110010 |
Color Harmonies of #BA5E44
Complementary color
Monochromatic Colors of #BA5E44
Black with #BA5E44
Text Example
Text Example
White with #BA5E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E44; }
p { color: rgb(186,94,68); }
H1.HeaderClassName
{
color: #BA5E44;
}
.AnyTagClassName
{
color: #BA5E44;
}
</style>
background-color css
<style>
a { background-color: #BA5E44; }
a { background-color: rgb(186,94,68); }
div.DivClassName
{
background-color: #BA5E44;
}
.BgClassName
{
background-color: #BA5E44;
}
</style>
border-color css
<style>
span { border-color: #BA5E44; }
span { border-color: rgb(186,94,68); }
td.TdClassName
{
border-color: #BA5E44;
}
.TagClassName
{
border-color: #BA5E44;
}
</style>