Shades of Flame Pea #BA5741
Tints of Flame Pea #BA5741
RGB
CMYK
RGB Variations
Color information
#BA5741 (or 0xBA5741) is known color: Flame Pea. HEX triplet: BA, 57 and 41. RGB value is (186,87,65). Sum of RGB (Red+Green+Blue) = 186+87+65=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5741 is #45A8BE. Grayscale: #727272. Windows color (decimal): -4565183 or 4282298. OLE color: 4282298.
HSL color Cylindrical-coordinate representation of color #BA5741: hue angle of 10.91º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5741 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 65 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.27 |
| HSL | 10.91º | 0.48% | 0.49% | - |
| HSV(B) | 10.91º | 0.65% | 0.73% | - |
| XYZ | 24.61 | 17.64 | 7.11 | - |
| YUV | 114.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 65 | 0 | 0.53 | 0.65 | 0.27 | 10.91 | 0.48 | 0.49 |
| Hex | BA | 57 | 41 | 0 | 35 | 41 | 1B | B | 30 | 31 |
| Octal | 272 | 127 | 101 | 0 | 65 | 101 | 33 | 13 | 60 | 61 |
| Binary | 10111010 | 1010111 | 1000001 | 0 | 110101 | 1000001 | 11011 | 1011 | 110000 | 110001 |
Color Harmonies of #BA5741
Complementary color
Monochromatic Colors of #BA5741
Black with #BA5741
Text Example
Text Example
White with #BA5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5741; }
p { color: rgb(186,87,65); }
H1.HeaderClassName
{
color: #BA5741;
}
.AnyTagClassName
{
color: #BA5741;
}
</style>
background-color css
<style>
a { background-color: #BA5741; }
a { background-color: rgb(186,87,65); }
div.DivClassName
{
background-color: #BA5741;
}
.BgClassName
{
background-color: #BA5741;
}
</style>
border-color css
<style>
span { border-color: #BA5741; }
span { border-color: rgb(186,87,65); }
td.TdClassName
{
border-color: #BA5741;
}
.TagClassName
{
border-color: #BA5741;
}
</style>