Shades of Flame Pea #BA5949
Tints of Flame Pea #BA5949
RGB
CMYK
RGB Variations
Color information
#BA5949 (or 0xBA5949) is known color: Flame Pea. HEX triplet: BA, 59 and 49. RGB value is (186,89,73). Sum of RGB (Red+Green+Blue) = 186+89+73=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5949 is #45A6B6. Grayscale: #747474. Windows color (decimal): -4564663 or 4807098. OLE color: 4807098.
HSL color Cylindrical-coordinate representation of color #BA5949: hue angle of 8.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5949 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 73 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.27 |
| HSL | 8.5º | 0.45% | 0.51% | - |
| HSV(B) | 8.5º | 0.61% | 0.73% | - |
| XYZ | 25.02 | 18.06 | 8.47 | - |
| YUV | 116.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 73 | 0 | 0.52 | 0.61 | 0.27 | 8.5 | 0.45 | 0.51 |
| Hex | BA | 59 | 49 | 0 | 34 | 3D | 1B | 8 | 2D | 33 |
| Octal | 272 | 131 | 111 | 0 | 64 | 75 | 33 | 10 | 55 | 63 |
| Binary | 10111010 | 1011001 | 1001001 | 0 | 110100 | 111101 | 11011 | 1000 | 101101 | 110011 |
Color Harmonies of #BA5949
Complementary color
Monochromatic Colors of #BA5949
Black with #BA5949
Text Example
Text Example
White with #BA5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5949; }
p { color: rgb(186,89,73); }
H1.HeaderClassName
{
color: #BA5949;
}
.AnyTagClassName
{
color: #BA5949;
}
</style>
background-color css
<style>
a { background-color: #BA5949; }
a { background-color: rgb(186,89,73); }
div.DivClassName
{
background-color: #BA5949;
}
.BgClassName
{
background-color: #BA5949;
}
</style>
border-color css
<style>
span { border-color: #BA5949; }
span { border-color: rgb(186,89,73); }
td.TdClassName
{
border-color: #BA5949;
}
.TagClassName
{
border-color: #BA5949;
}
</style>