Shades of Flame Pea #BA6149
Tints of Flame Pea #BA6149
RGB
CMYK
RGB Variations
Color information
#BA6149 (or 0xBA6149) is known color: Flame Pea. HEX triplet: BA, 61 and 49. RGB value is (186,97,73). Sum of RGB (Red+Green+Blue) = 186+97+73=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6149 is #459EB6. Grayscale: #797979. Windows color (decimal): -4562615 or 4809146. OLE color: 4809146.
HSL color Cylindrical-coordinate representation of color #BA6149: hue angle of 12.74º 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 #BA6149 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 73 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.27 |
| HSL | 12.74º | 0.45% | 0.51% | - |
| HSV(B) | 12.74º | 0.61% | 0.73% | - |
| XYZ | 25.73 | 19.47 | 8.71 | - |
| YUV | 120.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 73 | 0 | 0.48 | 0.61 | 0.27 | 12.74 | 0.45 | 0.51 |
| Hex | BA | 61 | 49 | 0 | 30 | 3D | 1B | D | 2D | 33 |
| Octal | 272 | 141 | 111 | 0 | 60 | 75 | 33 | 15 | 55 | 63 |
| Binary | 10111010 | 1100001 | 1001001 | 0 | 110000 | 111101 | 11011 | 1101 | 101101 | 110011 |
Color Harmonies of #BA6149
Complementary color
Monochromatic Colors of #BA6149
Black with #BA6149
Text Example
Text Example
White with #BA6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6149; }
p { color: rgb(186,97,73); }
H1.HeaderClassName
{
color: #BA6149;
}
.AnyTagClassName
{
color: #BA6149;
}
</style>
background-color css
<style>
a { background-color: #BA6149; }
a { background-color: rgb(186,97,73); }
div.DivClassName
{
background-color: #BA6149;
}
.BgClassName
{
background-color: #BA6149;
}
</style>
border-color css
<style>
span { border-color: #BA6149; }
span { border-color: rgb(186,97,73); }
td.TdClassName
{
border-color: #BA6149;
}
.TagClassName
{
border-color: #BA6149;
}
</style>