Shades of Flame Pea #BA684F
Tints of Flame Pea #BA684F
RGB
CMYK
RGB Variations
Color information
#BA684F (or 0xBA684F) is known color: Flame Pea. HEX triplet: BA, 68 and 4F. RGB value is (186,104,79). Sum of RGB (Red+Green+Blue) = 186+104+79=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA684F is #4597B0. Grayscale: #7D7D7D. Windows color (decimal): -4560817 or 5204154. OLE color: 5204154.
HSL color Cylindrical-coordinate representation of color #BA684F: hue angle of 14.02º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA684F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 79 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.27 |
| HSL | 14.02º | 0.44% | 0.52% | - |
| HSV(B) | 14.02º | 0.58% | 0.73% | - |
| XYZ | 26.61 | 20.9 | 10.03 | - |
| YUV | 125.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 79 | 0 | 0.44 | 0.58 | 0.27 | 14.02 | 0.44 | 0.52 |
| Hex | BA | 68 | 4F | 0 | 2C | 3A | 1B | E | 2C | 34 |
| Octal | 272 | 150 | 117 | 0 | 54 | 72 | 33 | 16 | 54 | 64 |
| Binary | 10111010 | 1101000 | 1001111 | 0 | 101100 | 111010 | 11011 | 1110 | 101100 | 110100 |
Color Harmonies of #BA684F
Complementary color
Monochromatic Colors of #BA684F
Black with #BA684F
Text Example
Text Example
White with #BA684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA684F; }
p { color: rgb(186,104,79); }
H1.HeaderClassName
{
color: #BA684F;
}
.AnyTagClassName
{
color: #BA684F;
}
</style>
background-color css
<style>
a { background-color: #BA684F; }
a { background-color: rgb(186,104,79); }
div.DivClassName
{
background-color: #BA684F;
}
.BgClassName
{
background-color: #BA684F;
}
</style>
border-color css
<style>
span { border-color: #BA684F; }
span { border-color: rgb(186,104,79); }
td.TdClassName
{
border-color: #BA684F;
}
.TagClassName
{
border-color: #BA684F;
}
</style>