Shades of Flame Pea #BA594A
Tints of Flame Pea #BA594A
RGB
CMYK
RGB Variations
Color information
#BA594A (or 0xBA594A) is known color: Flame Pea. HEX triplet: BA, 59 and 4A. RGB value is (186,89,74). Sum of RGB (Red+Green+Blue) = 186+89+74=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA594A is #45A6B5. Grayscale: #747474. Windows color (decimal): -4564662 or 4872634. OLE color: 4872634.
HSL color Cylindrical-coordinate representation of color #BA594A: hue angle of 8.04º 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 #BA594A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 74 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.27 |
| HSL | 8.04º | 0.45% | 0.51% | - |
| HSV(B) | 8.04º | 0.6% | 0.73% | - |
| XYZ | 25.06 | 18.08 | 8.65 | - |
| YUV | 116.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 74 | 0 | 0.52 | 0.60 | 0.27 | 8.04 | 0.45 | 0.51 |
| Hex | BA | 59 | 4A | 0 | 34 | 3C | 1B | 8 | 2D | 33 |
| Octal | 272 | 131 | 112 | 0 | 64 | 74 | 33 | 10 | 55 | 63 |
| Binary | 10111010 | 1011001 | 1001010 | 0 | 110100 | 111100 | 11011 | 1000 | 101101 | 110011 |
Color Harmonies of #BA594A
Complementary color
Monochromatic Colors of #BA594A
Black with #BA594A
Text Example
Text Example
White with #BA594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA594A; }
p { color: rgb(186,89,74); }
H1.HeaderClassName
{
color: #BA594A;
}
.AnyTagClassName
{
color: #BA594A;
}
</style>
background-color css
<style>
a { background-color: #BA594A; }
a { background-color: rgb(186,89,74); }
div.DivClassName
{
background-color: #BA594A;
}
.BgClassName
{
background-color: #BA594A;
}
</style>
border-color css
<style>
span { border-color: #BA594A; }
span { border-color: rgb(186,89,74); }
td.TdClassName
{
border-color: #BA594A;
}
.TagClassName
{
border-color: #BA594A;
}
</style>