Shades of Flame Pea #BA6449
Tints of Flame Pea #BA6449
RGB
CMYK
RGB Variations
Color information
#BA6449 (or 0xBA6449) is known color: Flame Pea. HEX triplet: BA, 64 and 49. RGB value is (186,100,73). Sum of RGB (Red+Green+Blue) = 186+100+73=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6449 is #459BB6. Grayscale: #7A7A7A. Windows color (decimal): -4561847 or 4809914. OLE color: 4809914.
HSL color Cylindrical-coordinate representation of color #BA6449: hue angle of 14.34º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA6449 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 73 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.27 |
| HSL | 14.34º | 0.45% | 0.51% | - |
| HSV(B) | 14.34º | 0.61% | 0.73% | - |
| XYZ | 26.01 | 20.03 | 8.8 | - |
| YUV | 122.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 73 | 0 | 0.46 | 0.61 | 0.27 | 14.34 | 0.45 | 0.51 |
| Hex | BA | 64 | 49 | 0 | 2E | 3D | 1B | E | 2D | 33 |
| Octal | 272 | 144 | 111 | 0 | 56 | 75 | 33 | 16 | 55 | 63 |
| Binary | 10111010 | 1100100 | 1001001 | 0 | 101110 | 111101 | 11011 | 1110 | 101101 | 110011 |
Color Harmonies of #BA6449
Complementary color
Monochromatic Colors of #BA6449
Black with #BA6449
Text Example
Text Example
White with #BA6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6449; }
p { color: rgb(186,100,73); }
H1.HeaderClassName
{
color: #BA6449;
}
.AnyTagClassName
{
color: #BA6449;
}
</style>
background-color css
<style>
a { background-color: #BA6449; }
a { background-color: rgb(186,100,73); }
div.DivClassName
{
background-color: #BA6449;
}
.BgClassName
{
background-color: #BA6449;
}
</style>
border-color css
<style>
span { border-color: #BA6449; }
span { border-color: rgb(186,100,73); }
td.TdClassName
{
border-color: #BA6449;
}
.TagClassName
{
border-color: #BA6449;
}
</style>