Shades of Flame Pea #BA6144
Tints of Flame Pea #BA6144
RGB
CMYK
RGB Variations
Color information
#BA6144 (or 0xBA6144) is known color: Flame Pea. HEX triplet: BA, 61 and 44. RGB value is (186,97,68). Sum of RGB (Red+Green+Blue) = 186+97+68=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6144 is #459EBB. Grayscale: #787878. Windows color (decimal): -4562620 or 4481466. OLE color: 4481466.
HSL color Cylindrical-coordinate representation of color #BA6144: hue angle of 14.75º 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 #BA6144 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 68 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.27 |
| HSL | 14.75º | 0.46% | 0.5% | - |
| HSV(B) | 14.75º | 0.63% | 0.73% | - |
| XYZ | 25.57 | 19.41 | 7.87 | - |
| YUV | 120.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 68 | 0 | 0.48 | 0.63 | 0.27 | 14.75 | 0.46 | 0.5 |
| Hex | BA | 61 | 44 | 0 | 30 | 3F | 1B | F | 2E | 32 |
| Octal | 272 | 141 | 104 | 0 | 60 | 77 | 33 | 17 | 56 | 62 |
| Binary | 10111010 | 1100001 | 1000100 | 0 | 110000 | 111111 | 11011 | 1111 | 101110 | 110010 |
Color Harmonies of #BA6144
Complementary color
Monochromatic Colors of #BA6144
Black with #BA6144
Text Example
Text Example
White with #BA6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6144; }
p { color: rgb(186,97,68); }
H1.HeaderClassName
{
color: #BA6144;
}
.AnyTagClassName
{
color: #BA6144;
}
</style>
background-color css
<style>
a { background-color: #BA6144; }
a { background-color: rgb(186,97,68); }
div.DivClassName
{
background-color: #BA6144;
}
.BgClassName
{
background-color: #BA6144;
}
</style>
border-color css
<style>
span { border-color: #BA6144; }
span { border-color: rgb(186,97,68); }
td.TdClassName
{
border-color: #BA6144;
}
.TagClassName
{
border-color: #BA6144;
}
</style>