Shades of Flame Pea #BA5E48
Tints of Flame Pea #BA5E48
RGB
CMYK
RGB Variations
Color information
#BA5E48 (or 0xBA5E48) is known color: Flame Pea. HEX triplet: BA, 5E and 48. RGB value is (186,94,72). Sum of RGB (Red+Green+Blue) = 186+94+72=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E48 is #45A1B7. Grayscale: #777777. Windows color (decimal): -4563384 or 4742842. OLE color: 4742842.
HSL color Cylindrical-coordinate representation of color #BA5E48: hue angle of 11.58º 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 #BA5E48 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 72 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.27 |
| HSL | 11.58º | 0.45% | 0.51% | - |
| HSV(B) | 11.58º | 0.61% | 0.73% | - |
| XYZ | 25.42 | 18.91 | 8.44 | - |
| YUV | 119 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 72 | 0 | 0.49 | 0.61 | 0.27 | 11.58 | 0.45 | 0.51 |
| Hex | BA | 5E | 48 | 0 | 31 | 3D | 1B | C | 2D | 33 |
| Octal | 272 | 136 | 110 | 0 | 61 | 75 | 33 | 14 | 55 | 63 |
| Binary | 10111010 | 1011110 | 1001000 | 0 | 110001 | 111101 | 11011 | 1100 | 101101 | 110011 |
Color Harmonies of #BA5E48
Complementary color
Monochromatic Colors of #BA5E48
Black with #BA5E48
Text Example
Text Example
White with #BA5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E48; }
p { color: rgb(186,94,72); }
H1.HeaderClassName
{
color: #BA5E48;
}
.AnyTagClassName
{
color: #BA5E48;
}
</style>
background-color css
<style>
a { background-color: #BA5E48; }
a { background-color: rgb(186,94,72); }
div.DivClassName
{
background-color: #BA5E48;
}
.BgClassName
{
background-color: #BA5E48;
}
</style>
border-color css
<style>
span { border-color: #BA5E48; }
span { border-color: rgb(186,94,72); }
td.TdClassName
{
border-color: #BA5E48;
}
.TagClassName
{
border-color: #BA5E48;
}
</style>