Shades of Flame Pea #BA6043
Tints of Flame Pea #BA6043
RGB
CMYK
RGB Variations
Color information
#BA6043 (or 0xBA6043) is known color: Flame Pea. HEX triplet: BA, 60 and 43. RGB value is (186,96,67). Sum of RGB (Red+Green+Blue) = 186+96+67=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6043 is #459FBC. Grayscale: #777777. Windows color (decimal): -4562877 or 4415674. OLE color: 4415674.
HSL color Cylindrical-coordinate representation of color #BA6043: hue angle of 14.62º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA6043 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 67 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.27 |
| HSL | 14.62º | 0.47% | 0.5% | - |
| HSV(B) | 14.62º | 0.64% | 0.73% | - |
| XYZ | 25.45 | 19.21 | 7.68 | - |
| YUV | 119.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 67 | 0 | 0.48 | 0.64 | 0.27 | 14.62 | 0.47 | 0.5 |
| Hex | BA | 60 | 43 | 0 | 30 | 40 | 1B | F | 2F | 32 |
| Octal | 272 | 140 | 103 | 0 | 60 | 100 | 33 | 17 | 57 | 62 |
| Binary | 10111010 | 1100000 | 1000011 | 0 | 110000 | 1000000 | 11011 | 1111 | 101111 | 110010 |
Color Harmonies of #BA6043
Complementary color
Monochromatic Colors of #BA6043
Black with #BA6043
Text Example
Text Example
White with #BA6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6043; }
p { color: rgb(186,96,67); }
H1.HeaderClassName
{
color: #BA6043;
}
.AnyTagClassName
{
color: #BA6043;
}
</style>
background-color css
<style>
a { background-color: #BA6043; }
a { background-color: rgb(186,96,67); }
div.DivClassName
{
background-color: #BA6043;
}
.BgClassName
{
background-color: #BA6043;
}
</style>
border-color css
<style>
span { border-color: #BA6043; }
span { border-color: rgb(186,96,67); }
td.TdClassName
{
border-color: #BA6043;
}
.TagClassName
{
border-color: #BA6043;
}
</style>