Shades of Flame Pea #BA654E
Tints of Flame Pea #BA654E
RGB
CMYK
RGB Variations
Color information
#BA654E (or 0xBA654E) is known color: Flame Pea. HEX triplet: BA, 65 and 4E. RGB value is (186,101,78). Sum of RGB (Red+Green+Blue) = 186+101+78=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA654E is #459AB1. Grayscale: #7B7B7B. Windows color (decimal): -4561586 or 5137850. OLE color: 5137850.
HSL color Cylindrical-coordinate representation of color #BA654E: hue angle of 12.78º 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 #BA654E is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 78 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.27 |
| HSL | 12.78º | 0.44% | 0.52% | - |
| HSV(B) | 12.78º | 0.58% | 0.73% | - |
| XYZ | 26.28 | 20.3 | 9.74 | - |
| YUV | 123.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 78 | 0 | 0.46 | 0.58 | 0.27 | 12.78 | 0.44 | 0.52 |
| Hex | BA | 65 | 4E | 0 | 2E | 3A | 1B | D | 2C | 34 |
| Octal | 272 | 145 | 116 | 0 | 56 | 72 | 33 | 15 | 54 | 64 |
| Binary | 10111010 | 1100101 | 1001110 | 0 | 101110 | 111010 | 11011 | 1101 | 101100 | 110100 |
Color Harmonies of #BA654E
Complementary color
Monochromatic Colors of #BA654E
Black with #BA654E
Text Example
Text Example
White with #BA654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA654E; }
p { color: rgb(186,101,78); }
H1.HeaderClassName
{
color: #BA654E;
}
.AnyTagClassName
{
color: #BA654E;
}
</style>
background-color css
<style>
a { background-color: #BA654E; }
a { background-color: rgb(186,101,78); }
div.DivClassName
{
background-color: #BA654E;
}
.BgClassName
{
background-color: #BA654E;
}
</style>
border-color css
<style>
span { border-color: #BA654E; }
span { border-color: rgb(186,101,78); }
td.TdClassName
{
border-color: #BA654E;
}
.TagClassName
{
border-color: #BA654E;
}
</style>