Shades of Flame Pea #BA694A
Tints of Flame Pea #BA694A
RGB
CMYK
RGB Variations
Color information
#BA694A (or 0xBA694A) is known color: Flame Pea. HEX triplet: BA, 69 and 4A. RGB value is (186,105,74). Sum of RGB (Red+Green+Blue) = 186+105+74=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA694A is #4596B5. Grayscale: #7D7D7D. Windows color (decimal): -4560566 or 4876730. OLE color: 4876730.
HSL color Cylindrical-coordinate representation of color #BA694A: hue angle of 16.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA694A is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 74 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.27 |
| HSL | 16.61º | 0.45% | 0.51% | - |
| HSV(B) | 16.61º | 0.6% | 0.73% | - |
| XYZ | 26.54 | 21.04 | 9.14 | - |
| YUV | 125.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 74 | 0 | 0.44 | 0.60 | 0.27 | 16.61 | 0.45 | 0.51 |
| Hex | BA | 69 | 4A | 0 | 2C | 3C | 1B | 11 | 2D | 33 |
| Octal | 272 | 151 | 112 | 0 | 54 | 74 | 33 | 21 | 55 | 63 |
| Binary | 10111010 | 1101001 | 1001010 | 0 | 101100 | 111100 | 11011 | 10001 | 101101 | 110011 |
Color Harmonies of #BA694A
Complementary color
Monochromatic Colors of #BA694A
Black with #BA694A
Text Example
Text Example
White with #BA694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA694A; }
p { color: rgb(186,105,74); }
H1.HeaderClassName
{
color: #BA694A;
}
.AnyTagClassName
{
color: #BA694A;
}
</style>
background-color css
<style>
a { background-color: #BA694A; }
a { background-color: rgb(186,105,74); }
div.DivClassName
{
background-color: #BA694A;
}
.BgClassName
{
background-color: #BA694A;
}
</style>
border-color css
<style>
span { border-color: #BA694A; }
span { border-color: rgb(186,105,74); }
td.TdClassName
{
border-color: #BA694A;
}
.TagClassName
{
border-color: #BA694A;
}
</style>