Shades of Flame Pea #BA593E
Tints of Flame Pea #BA593E
RGB
CMYK
RGB Variations
Color information
#BA593E (or 0xBA593E) is known color: Flame Pea. HEX triplet: BA, 59 and 3E. RGB value is (186,89,62). Sum of RGB (Red+Green+Blue) = 186+89+62=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA593E is #45A6C1. Grayscale: #737373. Windows color (decimal): -4564674 or 4086202. OLE color: 4086202.
HSL color Cylindrical-coordinate representation of color #BA593E: hue angle of 13.06º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA593E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 62 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.27 |
| HSL | 13.06º | 0.5% | 0.49% | - |
| HSV(B) | 13.06º | 0.67% | 0.73% | - |
| XYZ | 24.69 | 17.93 | 6.72 | - |
| YUV | 114.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 62 | 0 | 0.52 | 0.67 | 0.27 | 13.06 | 0.5 | 0.49 |
| Hex | BA | 59 | 3E | 0 | 34 | 43 | 1B | D | 32 | 31 |
| Octal | 272 | 131 | 76 | 0 | 64 | 103 | 33 | 15 | 62 | 61 |
| Binary | 10111010 | 1011001 | 111110 | 0 | 110100 | 1000011 | 11011 | 1101 | 110010 | 110001 |
Color Harmonies of #BA593E
Complementary color
Monochromatic Colors of #BA593E
Black with #BA593E
Text Example
Text Example
White with #BA593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA593E; }
p { color: rgb(186,89,62); }
H1.HeaderClassName
{
color: #BA593E;
}
.AnyTagClassName
{
color: #BA593E;
}
</style>
background-color css
<style>
a { background-color: #BA593E; }
a { background-color: rgb(186,89,62); }
div.DivClassName
{
background-color: #BA593E;
}
.BgClassName
{
background-color: #BA593E;
}
</style>
border-color css
<style>
span { border-color: #BA593E; }
span { border-color: rgb(186,89,62); }
td.TdClassName
{
border-color: #BA593E;
}
.TagClassName
{
border-color: #BA593E;
}
</style>