Shades of Flame Pea #BA594D
Tints of Flame Pea #BA594D
RGB
CMYK
RGB Variations
Color information
#BA594D (or 0xBA594D) is known color: Flame Pea. HEX triplet: BA, 59 and 4D. RGB value is (186,89,77). Sum of RGB (Red+Green+Blue) = 186+89+77=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA594D is #45A6B2. Grayscale: #747474. Windows color (decimal): -4564659 or 5069242. OLE color: 5069242.
HSL color Cylindrical-coordinate representation of color #BA594D: hue angle of 6.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA594D is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 77 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.27 |
| HSL | 6.61º | 0.44% | 0.52% | - |
| HSV(B) | 6.61º | 0.59% | 0.73% | - |
| XYZ | 25.16 | 18.12 | 9.19 | - |
| YUV | 116.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 77 | 0 | 0.52 | 0.59 | 0.27 | 6.61 | 0.44 | 0.52 |
| Hex | BA | 59 | 4D | 0 | 34 | 3B | 1B | 7 | 2C | 34 |
| Octal | 272 | 131 | 115 | 0 | 64 | 73 | 33 | 7 | 54 | 64 |
| Binary | 10111010 | 1011001 | 1001101 | 0 | 110100 | 111011 | 11011 | 111 | 101100 | 110100 |
Color Harmonies of #BA594D
Complementary color
Monochromatic Colors of #BA594D
Black with #BA594D
Text Example
Text Example
White with #BA594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA594D; }
p { color: rgb(186,89,77); }
H1.HeaderClassName
{
color: #BA594D;
}
.AnyTagClassName
{
color: #BA594D;
}
</style>
background-color css
<style>
a { background-color: #BA594D; }
a { background-color: rgb(186,89,77); }
div.DivClassName
{
background-color: #BA594D;
}
.BgClassName
{
background-color: #BA594D;
}
</style>
border-color css
<style>
span { border-color: #BA594D; }
span { border-color: rgb(186,89,77); }
td.TdClassName
{
border-color: #BA594D;
}
.TagClassName
{
border-color: #BA594D;
}
</style>