Shades of Flame Pea #BA6646
Tints of Flame Pea #BA6646
RGB
CMYK
RGB Variations
Color information
#BA6646 (or 0xBA6646) is known color: Flame Pea. HEX triplet: BA, 66 and 46. RGB value is (186,102,70). Sum of RGB (Red+Green+Blue) = 186+102+70=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6646 is #4599B9. Grayscale: #7B7B7B. Windows color (decimal): -4561338 or 4613818. OLE color: 4613818.
HSL color Cylindrical-coordinate representation of color #BA6646: hue angle of 16.55º 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 #BA6646 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 70 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.27 |
| HSL | 16.55º | 0.46% | 0.5% | - |
| HSV(B) | 16.55º | 0.62% | 0.73% | - |
| XYZ | 26.11 | 20.38 | 8.35 | - |
| YUV | 123.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 70 | 0 | 0.45 | 0.62 | 0.27 | 16.55 | 0.46 | 0.5 |
| Hex | BA | 66 | 46 | 0 | 2D | 3E | 1B | 11 | 2E | 32 |
| Octal | 272 | 146 | 106 | 0 | 55 | 76 | 33 | 21 | 56 | 62 |
| Binary | 10111010 | 1100110 | 1000110 | 0 | 101101 | 111110 | 11011 | 10001 | 101110 | 110010 |
Color Harmonies of #BA6646
Complementary color
Monochromatic Colors of #BA6646
Black with #BA6646
Text Example
Text Example
White with #BA6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6646; }
p { color: rgb(186,102,70); }
H1.HeaderClassName
{
color: #BA6646;
}
.AnyTagClassName
{
color: #BA6646;
}
</style>
background-color css
<style>
a { background-color: #BA6646; }
a { background-color: rgb(186,102,70); }
div.DivClassName
{
background-color: #BA6646;
}
.BgClassName
{
background-color: #BA6646;
}
</style>
border-color css
<style>
span { border-color: #BA6646; }
span { border-color: rgb(186,102,70); }
td.TdClassName
{
border-color: #BA6646;
}
.TagClassName
{
border-color: #BA6646;
}
</style>