Shades of Flame Pea #BA5546
Tints of Flame Pea #BA5546
RGB
CMYK
RGB Variations
Color information
#BA5546 (or 0xBA5546) is known color: Flame Pea. HEX triplet: BA, 55 and 46. RGB value is (186,85,70). Sum of RGB (Red+Green+Blue) = 186+85+70=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5546 is #45AAB9. Grayscale: #717171. Windows color (decimal): -4565690 or 4609466. OLE color: 4609466.
HSL color Cylindrical-coordinate representation of color #BA5546: hue angle of 7.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5546 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 70 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.27 |
| HSL | 7.76º | 0.46% | 0.5% | - |
| HSV(B) | 7.76º | 0.62% | 0.73% | - |
| XYZ | 24.6 | 17.38 | 7.85 | - |
| YUV | 113.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 70 | 0 | 0.54 | 0.62 | 0.27 | 7.76 | 0.46 | 0.5 |
| Hex | BA | 55 | 46 | 0 | 36 | 3E | 1B | 8 | 2E | 32 |
| Octal | 272 | 125 | 106 | 0 | 66 | 76 | 33 | 10 | 56 | 62 |
| Binary | 10111010 | 1010101 | 1000110 | 0 | 110110 | 111110 | 11011 | 1000 | 101110 | 110010 |
Color Harmonies of #BA5546
Complementary color
Monochromatic Colors of #BA5546
Black with #BA5546
Text Example
Text Example
White with #BA5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5546; }
p { color: rgb(186,85,70); }
H1.HeaderClassName
{
color: #BA5546;
}
.AnyTagClassName
{
color: #BA5546;
}
</style>
background-color css
<style>
a { background-color: #BA5546; }
a { background-color: rgb(186,85,70); }
div.DivClassName
{
background-color: #BA5546;
}
.BgClassName
{
background-color: #BA5546;
}
</style>
border-color css
<style>
span { border-color: #BA5546; }
span { border-color: rgb(186,85,70); }
td.TdClassName
{
border-color: #BA5546;
}
.TagClassName
{
border-color: #BA5546;
}
</style>