Shades of Flame Pea #BA5846
Tints of Flame Pea #BA5846
RGB
CMYK
RGB Variations
Color information
#BA5846 (or 0xBA5846) is known color: Flame Pea. HEX triplet: BA, 58 and 46. RGB value is (186,88,70). Sum of RGB (Red+Green+Blue) = 186+88+70=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5846 is #45A7B9. Grayscale: #737373. Windows color (decimal): -4564922 or 4610234. OLE color: 4610234.
HSL color Cylindrical-coordinate representation of color #BA5846: hue angle of 9.31º 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 #BA5846 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 70 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.27 |
| HSL | 9.31º | 0.46% | 0.5% | - |
| HSV(B) | 9.31º | 0.62% | 0.73% | - |
| XYZ | 24.84 | 17.86 | 7.93 | - |
| YUV | 115.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 70 | 0 | 0.53 | 0.62 | 0.27 | 9.31 | 0.46 | 0.5 |
| Hex | BA | 58 | 46 | 0 | 35 | 3E | 1B | 9 | 2E | 32 |
| Octal | 272 | 130 | 106 | 0 | 65 | 76 | 33 | 11 | 56 | 62 |
| Binary | 10111010 | 1011000 | 1000110 | 0 | 110101 | 111110 | 11011 | 1001 | 101110 | 110010 |
Color Harmonies of #BA5846
Complementary color
Monochromatic Colors of #BA5846
Black with #BA5846
Text Example
Text Example
White with #BA5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5846; }
p { color: rgb(186,88,70); }
H1.HeaderClassName
{
color: #BA5846;
}
.AnyTagClassName
{
color: #BA5846;
}
</style>
background-color css
<style>
a { background-color: #BA5846; }
a { background-color: rgb(186,88,70); }
div.DivClassName
{
background-color: #BA5846;
}
.BgClassName
{
background-color: #BA5846;
}
</style>
border-color css
<style>
span { border-color: #BA5846; }
span { border-color: rgb(186,88,70); }
td.TdClassName
{
border-color: #BA5846;
}
.TagClassName
{
border-color: #BA5846;
}
</style>