Shades of Flame Pea #BA644A
Tints of Flame Pea #BA644A
RGB
CMYK
RGB Variations
Color information
#BA644A (or 0xBA644A) is known color: Flame Pea. HEX triplet: BA, 64 and 4A. RGB value is (186,100,74). Sum of RGB (Red+Green+Blue) = 186+100+74=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA644A is #459BB5. Grayscale: #7A7A7A. Windows color (decimal): -4561846 or 4875450. OLE color: 4875450.
HSL color Cylindrical-coordinate representation of color #BA644A: hue angle of 13.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA644A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 74 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.27 |
| HSL | 13.93º | 0.45% | 0.51% | - |
| HSV(B) | 13.93º | 0.6% | 0.73% | - |
| XYZ | 26.04 | 20.05 | 8.98 | - |
| YUV | 122.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 74 | 0 | 0.46 | 0.60 | 0.27 | 13.93 | 0.45 | 0.51 |
| Hex | BA | 64 | 4A | 0 | 2E | 3C | 1B | E | 2D | 33 |
| Octal | 272 | 144 | 112 | 0 | 56 | 74 | 33 | 16 | 55 | 63 |
| Binary | 10111010 | 1100100 | 1001010 | 0 | 101110 | 111100 | 11011 | 1110 | 101101 | 110011 |
Color Harmonies of #BA644A
Complementary color
Monochromatic Colors of #BA644A
Black with #BA644A
Text Example
Text Example
White with #BA644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA644A; }
p { color: rgb(186,100,74); }
H1.HeaderClassName
{
color: #BA644A;
}
.AnyTagClassName
{
color: #BA644A;
}
</style>
background-color css
<style>
a { background-color: #BA644A; }
a { background-color: rgb(186,100,74); }
div.DivClassName
{
background-color: #BA644A;
}
.BgClassName
{
background-color: #BA644A;
}
</style>
border-color css
<style>
span { border-color: #BA644A; }
span { border-color: rgb(186,100,74); }
td.TdClassName
{
border-color: #BA644A;
}
.TagClassName
{
border-color: #BA644A;
}
</style>