Shades of Flame Pea #BA6447
Tints of Flame Pea #BA6447
RGB
CMYK
RGB Variations
Color information
#BA6447 (or 0xBA6447) is known color: Flame Pea. HEX triplet: BA, 64 and 47. RGB value is (186,100,71). Sum of RGB (Red+Green+Blue) = 186+100+71=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6447 is #459BB8. Grayscale: #7A7A7A. Windows color (decimal): -4561849 or 4678842. OLE color: 4678842.
HSL color Cylindrical-coordinate representation of color #BA6447: hue angle of 15.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA6447 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 71 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.27 |
| HSL | 15.13º | 0.45% | 0.5% | - |
| HSV(B) | 15.13º | 0.62% | 0.73% | - |
| XYZ | 25.94 | 20.01 | 8.46 | - |
| YUV | 122.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 71 | 0 | 0.46 | 0.62 | 0.27 | 15.13 | 0.45 | 0.5 |
| Hex | BA | 64 | 47 | 0 | 2E | 3E | 1B | F | 2D | 32 |
| Octal | 272 | 144 | 107 | 0 | 56 | 76 | 33 | 17 | 55 | 62 |
| Binary | 10111010 | 1100100 | 1000111 | 0 | 101110 | 111110 | 11011 | 1111 | 101101 | 110010 |
Color Harmonies of #BA6447
Complementary color
Monochromatic Colors of #BA6447
Black with #BA6447
Text Example
Text Example
White with #BA6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6447; }
p { color: rgb(186,100,71); }
H1.HeaderClassName
{
color: #BA6447;
}
.AnyTagClassName
{
color: #BA6447;
}
</style>
background-color css
<style>
a { background-color: #BA6447; }
a { background-color: rgb(186,100,71); }
div.DivClassName
{
background-color: #BA6447;
}
.BgClassName
{
background-color: #BA6447;
}
</style>
border-color css
<style>
span { border-color: #BA6447; }
span { border-color: rgb(186,100,71); }
td.TdClassName
{
border-color: #BA6447;
}
.TagClassName
{
border-color: #BA6447;
}
</style>