Shades of Flame Pea #BA664E
Tints of Flame Pea #BA664E
RGB
CMYK
RGB Variations
Color information
#BA664E (or 0xBA664E) is known color: Flame Pea. HEX triplet: BA, 66 and 4E. RGB value is (186,102,78). Sum of RGB (Red+Green+Blue) = 186+102+78=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA664E is #4599B1. Grayscale: #7C7C7C. Windows color (decimal): -4561330 or 5138106. OLE color: 5138106.
HSL color Cylindrical-coordinate representation of color #BA664E: hue angle of 13.33º 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 #BA664E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 78 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.27 |
| HSL | 13.33º | 0.44% | 0.52% | - |
| HSV(B) | 13.33º | 0.58% | 0.73% | - |
| XYZ | 26.38 | 20.49 | 9.77 | - |
| YUV | 124.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 78 | 0 | 0.45 | 0.58 | 0.27 | 13.33 | 0.44 | 0.52 |
| Hex | BA | 66 | 4E | 0 | 2D | 3A | 1B | D | 2C | 34 |
| Octal | 272 | 146 | 116 | 0 | 55 | 72 | 33 | 15 | 54 | 64 |
| Binary | 10111010 | 1100110 | 1001110 | 0 | 101101 | 111010 | 11011 | 1101 | 101100 | 110100 |
Color Harmonies of #BA664E
Complementary color
Monochromatic Colors of #BA664E
Black with #BA664E
Text Example
Text Example
White with #BA664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA664E; }
p { color: rgb(186,102,78); }
H1.HeaderClassName
{
color: #BA664E;
}
.AnyTagClassName
{
color: #BA664E;
}
</style>
background-color css
<style>
a { background-color: #BA664E; }
a { background-color: rgb(186,102,78); }
div.DivClassName
{
background-color: #BA664E;
}
.BgClassName
{
background-color: #BA664E;
}
</style>
border-color css
<style>
span { border-color: #BA664E; }
span { border-color: rgb(186,102,78); }
td.TdClassName
{
border-color: #BA664E;
}
.TagClassName
{
border-color: #BA664E;
}
</style>