Shades of Flame Pea #BA5D40
Tints of Flame Pea #BA5D40
RGB
CMYK
RGB Variations
Color information
#BA5D40 (or 0xBA5D40) is known color: Flame Pea. HEX triplet: BA, 5D and 40. RGB value is (186,93,64). Sum of RGB (Red+Green+Blue) = 186+93+64=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D40 is #45A2BF. Grayscale: #757575. Windows color (decimal): -4563648 or 4218298. OLE color: 4218298.
HSL color Cylindrical-coordinate representation of color #BA5D40: hue angle of 14.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA5D40 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 64 | - |
| CMYK | 0 | 0.5 | 0.66 | 0.27 |
| HSL | 14.26º | 0.49% | 0.49% | - |
| HSV(B) | 14.26º | 0.66% | 0.73% | - |
| XYZ | 25.09 | 18.64 | 7.13 | - |
| YUV | 117.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 64 | 0 | 0.5 | 0.66 | 0.27 | 14.26 | 0.49 | 0.49 |
| Hex | BA | 5D | 40 | 0 | 32 | 42 | 1B | E | 31 | 31 |
| Octal | 272 | 135 | 100 | 0 | 62 | 102 | 33 | 16 | 61 | 61 |
| Binary | 10111010 | 1011101 | 1000000 | 0 | 110010 | 1000010 | 11011 | 1110 | 110001 | 110001 |
Color Harmonies of #BA5D40
Complementary color
Monochromatic Colors of #BA5D40
Black with #BA5D40
Text Example
Text Example
White with #BA5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D40; }
p { color: rgb(186,93,64); }
H1.HeaderClassName
{
color: #BA5D40;
}
.AnyTagClassName
{
color: #BA5D40;
}
</style>
background-color css
<style>
a { background-color: #BA5D40; }
a { background-color: rgb(186,93,64); }
div.DivClassName
{
background-color: #BA5D40;
}
.BgClassName
{
background-color: #BA5D40;
}
</style>
border-color css
<style>
span { border-color: #BA5D40; }
span { border-color: rgb(186,93,64); }
td.TdClassName
{
border-color: #BA5D40;
}
.TagClassName
{
border-color: #BA5D40;
}
</style>