Shades of Flame Pea #BA6045
Tints of Flame Pea #BA6045
RGB
CMYK
RGB Variations
Color information
#BA6045 (or 0xBA6045) is known color: Flame Pea. HEX triplet: BA, 60 and 45. RGB value is (186,96,69). Sum of RGB (Red+Green+Blue) = 186+96+69=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6045 is #459FBA. Grayscale: #787878. Windows color (decimal): -4562875 or 4546746. OLE color: 4546746.
HSL color Cylindrical-coordinate representation of color #BA6045: hue angle of 13.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA6045 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 69 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.27 |
| HSL | 13.85º | 0.46% | 0.5% | - |
| HSV(B) | 13.85º | 0.63% | 0.73% | - |
| XYZ | 25.51 | 19.23 | 8 | - |
| YUV | 119.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 69 | 0 | 0.48 | 0.63 | 0.27 | 13.85 | 0.46 | 0.5 |
| Hex | BA | 60 | 45 | 0 | 30 | 3F | 1B | E | 2E | 32 |
| Octal | 272 | 140 | 105 | 0 | 60 | 77 | 33 | 16 | 56 | 62 |
| Binary | 10111010 | 1100000 | 1000101 | 0 | 110000 | 111111 | 11011 | 1110 | 101110 | 110010 |
Color Harmonies of #BA6045
Complementary color
Monochromatic Colors of #BA6045
Black with #BA6045
Text Example
Text Example
White with #BA6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6045; }
p { color: rgb(186,96,69); }
H1.HeaderClassName
{
color: #BA6045;
}
.AnyTagClassName
{
color: #BA6045;
}
</style>
background-color css
<style>
a { background-color: #BA6045; }
a { background-color: rgb(186,96,69); }
div.DivClassName
{
background-color: #BA6045;
}
.BgClassName
{
background-color: #BA6045;
}
</style>
border-color css
<style>
span { border-color: #BA6045; }
span { border-color: rgb(186,96,69); }
td.TdClassName
{
border-color: #BA6045;
}
.TagClassName
{
border-color: #BA6045;
}
</style>