Shades of Flame Pea #BA6248
Tints of Flame Pea #BA6248
RGB
CMYK
RGB Variations
Color information
#BA6248 (or 0xBA6248) is known color: Flame Pea. HEX triplet: BA, 62 and 48. RGB value is (186,98,72). Sum of RGB (Red+Green+Blue) = 186+98+72=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6248 is #459DB7. Grayscale: #797979. Windows color (decimal): -4562360 or 4743866. OLE color: 4743866.
HSL color Cylindrical-coordinate representation of color #BA6248: hue angle of 13.68º 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 #BA6248 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 72 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.27 |
| HSL | 13.68º | 0.45% | 0.51% | - |
| HSV(B) | 13.68º | 0.61% | 0.73% | - |
| XYZ | 25.79 | 19.64 | 8.56 | - |
| YUV | 121.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 72 | 0 | 0.47 | 0.61 | 0.27 | 13.68 | 0.45 | 0.51 |
| Hex | BA | 62 | 48 | 0 | 2F | 3D | 1B | E | 2D | 33 |
| Octal | 272 | 142 | 110 | 0 | 57 | 75 | 33 | 16 | 55 | 63 |
| Binary | 10111010 | 1100010 | 1001000 | 0 | 101111 | 111101 | 11011 | 1110 | 101101 | 110011 |
Color Harmonies of #BA6248
Complementary color
Monochromatic Colors of #BA6248
Black with #BA6248
Text Example
Text Example
White with #BA6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6248; }
p { color: rgb(186,98,72); }
H1.HeaderClassName
{
color: #BA6248;
}
.AnyTagClassName
{
color: #BA6248;
}
</style>
background-color css
<style>
a { background-color: #BA6248; }
a { background-color: rgb(186,98,72); }
div.DivClassName
{
background-color: #BA6248;
}
.BgClassName
{
background-color: #BA6248;
}
</style>
border-color css
<style>
span { border-color: #BA6248; }
span { border-color: rgb(186,98,72); }
td.TdClassName
{
border-color: #BA6248;
}
.TagClassName
{
border-color: #BA6248;
}
</style>