Shades of Flame Pea #BA6649
Tints of Flame Pea #BA6649
RGB
CMYK
RGB Variations
Color information
#BA6649 (or 0xBA6649) is known color: Flame Pea. HEX triplet: BA, 66 and 49. RGB value is (186,102,73). Sum of RGB (Red+Green+Blue) = 186+102+73=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6649 is #4599B6. Grayscale: #7C7C7C. Windows color (decimal): -4561335 or 4810426. OLE color: 4810426.
HSL color Cylindrical-coordinate representation of color #BA6649: hue angle of 15.4º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA6649 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 73 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.27 |
| HSL | 15.4º | 0.45% | 0.51% | - |
| HSV(B) | 15.4º | 0.61% | 0.73% | - |
| XYZ | 26.2 | 20.42 | 8.86 | - |
| YUV | 123.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 73 | 0 | 0.45 | 0.61 | 0.27 | 15.4 | 0.45 | 0.51 |
| Hex | BA | 66 | 49 | 0 | 2D | 3D | 1B | F | 2D | 33 |
| Octal | 272 | 146 | 111 | 0 | 55 | 75 | 33 | 17 | 55 | 63 |
| Binary | 10111010 | 1100110 | 1001001 | 0 | 101101 | 111101 | 11011 | 1111 | 101101 | 110011 |
Color Harmonies of #BA6649
Complementary color
Monochromatic Colors of #BA6649
Black with #BA6649
Text Example
Text Example
White with #BA6649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6649; }
p { color: rgb(186,102,73); }
H1.HeaderClassName
{
color: #BA6649;
}
.AnyTagClassName
{
color: #BA6649;
}
</style>
background-color css
<style>
a { background-color: #BA6649; }
a { background-color: rgb(186,102,73); }
div.DivClassName
{
background-color: #BA6649;
}
.BgClassName
{
background-color: #BA6649;
}
</style>
border-color css
<style>
span { border-color: #BA6649; }
span { border-color: rgb(186,102,73); }
td.TdClassName
{
border-color: #BA6649;
}
.TagClassName
{
border-color: #BA6649;
}
</style>