Shades of Flame Pea #BA674E
Tints of Flame Pea #BA674E
RGB
CMYK
RGB Variations
Color information
#BA674E (or 0xBA674E) is known color: Flame Pea. HEX triplet: BA, 67 and 4E. RGB value is (186,103,78). Sum of RGB (Red+Green+Blue) = 186+103+78=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA674E is #4598B1. Grayscale: #7D7D7D. Windows color (decimal): -4561074 or 5138362. OLE color: 5138362.
HSL color Cylindrical-coordinate representation of color #BA674E: hue angle of 13.89º 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 #BA674E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 78 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.27 |
| HSL | 13.89º | 0.44% | 0.52% | - |
| HSV(B) | 13.89º | 0.58% | 0.73% | - |
| XYZ | 26.48 | 20.69 | 9.81 | - |
| YUV | 124.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 78 | 0 | 0.45 | 0.58 | 0.27 | 13.89 | 0.44 | 0.52 |
| Hex | BA | 67 | 4E | 0 | 2D | 3A | 1B | E | 2C | 34 |
| Octal | 272 | 147 | 116 | 0 | 55 | 72 | 33 | 16 | 54 | 64 |
| Binary | 10111010 | 1100111 | 1001110 | 0 | 101101 | 111010 | 11011 | 1110 | 101100 | 110100 |
Color Harmonies of #BA674E
Complementary color
Monochromatic Colors of #BA674E
Black with #BA674E
Text Example
Text Example
White with #BA674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA674E; }
p { color: rgb(186,103,78); }
H1.HeaderClassName
{
color: #BA674E;
}
.AnyTagClassName
{
color: #BA674E;
}
</style>
background-color css
<style>
a { background-color: #BA674E; }
a { background-color: rgb(186,103,78); }
div.DivClassName
{
background-color: #BA674E;
}
.BgClassName
{
background-color: #BA674E;
}
</style>
border-color css
<style>
span { border-color: #BA674E; }
span { border-color: rgb(186,103,78); }
td.TdClassName
{
border-color: #BA674E;
}
.TagClassName
{
border-color: #BA674E;
}
</style>