Shades of Flame Pea #BA5746
Tints of Flame Pea #BA5746
RGB
CMYK
RGB Variations
Color information
#BA5746 (or 0xBA5746) is known color: Flame Pea. HEX triplet: BA, 57 and 46. RGB value is (186,87,70). Sum of RGB (Red+Green+Blue) = 186+87+70=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5746 is #45A8B9. Grayscale: #727272. Windows color (decimal): -4565178 or 4609978. OLE color: 4609978.
HSL color Cylindrical-coordinate representation of color #BA5746: hue angle of 8.79º 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 #BA5746 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 70 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.27 |
| HSL | 8.79º | 0.46% | 0.5% | - |
| HSV(B) | 8.79º | 0.62% | 0.73% | - |
| XYZ | 24.76 | 17.7 | 7.91 | - |
| YUV | 114.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 70 | 0 | 0.53 | 0.62 | 0.27 | 8.79 | 0.46 | 0.5 |
| Hex | BA | 57 | 46 | 0 | 35 | 3E | 1B | 9 | 2E | 32 |
| Octal | 272 | 127 | 106 | 0 | 65 | 76 | 33 | 11 | 56 | 62 |
| Binary | 10111010 | 1010111 | 1000110 | 0 | 110101 | 111110 | 11011 | 1001 | 101110 | 110010 |
Color Harmonies of #BA5746
Complementary color
Monochromatic Colors of #BA5746
Black with #BA5746
Text Example
Text Example
White with #BA5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5746; }
p { color: rgb(186,87,70); }
H1.HeaderClassName
{
color: #BA5746;
}
.AnyTagClassName
{
color: #BA5746;
}
</style>
background-color css
<style>
a { background-color: #BA5746; }
a { background-color: rgb(186,87,70); }
div.DivClassName
{
background-color: #BA5746;
}
.BgClassName
{
background-color: #BA5746;
}
</style>
border-color css
<style>
span { border-color: #BA5746; }
span { border-color: rgb(186,87,70); }
td.TdClassName
{
border-color: #BA5746;
}
.TagClassName
{
border-color: #BA5746;
}
</style>