Shades of Flame Pea #BA6145
Tints of Flame Pea #BA6145
RGB
CMYK
RGB Variations
Color information
#BA6145 (or 0xBA6145) is known color: Flame Pea. HEX triplet: BA, 61 and 45. RGB value is (186,97,69). Sum of RGB (Red+Green+Blue) = 186+97+69=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6145 is #459EBA. Grayscale: #787878. Windows color (decimal): -4562619 or 4547002. OLE color: 4547002.
HSL color Cylindrical-coordinate representation of color #BA6145: hue angle of 14.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA6145 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 69 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.27 |
| HSL | 14.36º | 0.46% | 0.5% | - |
| HSV(B) | 14.36º | 0.63% | 0.73% | - |
| XYZ | 25.6 | 19.42 | 8.03 | - |
| YUV | 120.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 69 | 0 | 0.48 | 0.63 | 0.27 | 14.36 | 0.46 | 0.5 |
| Hex | BA | 61 | 45 | 0 | 30 | 3F | 1B | E | 2E | 32 |
| Octal | 272 | 141 | 105 | 0 | 60 | 77 | 33 | 16 | 56 | 62 |
| Binary | 10111010 | 1100001 | 1000101 | 0 | 110000 | 111111 | 11011 | 1110 | 101110 | 110010 |
Color Harmonies of #BA6145
Complementary color
Monochromatic Colors of #BA6145
Black with #BA6145
Text Example
Text Example
White with #BA6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6145; }
p { color: rgb(186,97,69); }
H1.HeaderClassName
{
color: #BA6145;
}
.AnyTagClassName
{
color: #BA6145;
}
</style>
background-color css
<style>
a { background-color: #BA6145; }
a { background-color: rgb(186,97,69); }
div.DivClassName
{
background-color: #BA6145;
}
.BgClassName
{
background-color: #BA6145;
}
</style>
border-color css
<style>
span { border-color: #BA6145; }
span { border-color: rgb(186,97,69); }
td.TdClassName
{
border-color: #BA6145;
}
.TagClassName
{
border-color: #BA6145;
}
</style>