Shades of Flame Pea #BA6650
Tints of Flame Pea #BA6650
RGB
CMYK
RGB Variations
Color information
#BA6650 (or 0xBA6650) is known color: Flame Pea. HEX triplet: BA, 66 and 50. RGB value is (186,102,80). Sum of RGB (Red+Green+Blue) = 186+102+80=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6650 is #4599AF. Grayscale: #7C7C7C. Windows color (decimal): -4561328 or 5269178. OLE color: 5269178.
HSL color Cylindrical-coordinate representation of color #BA6650: hue angle of 12.45º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6650 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 80 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.27 |
| HSL | 12.45º | 0.43% | 0.52% | - |
| HSV(B) | 12.45º | 0.57% | 0.73% | - |
| XYZ | 26.45 | 20.52 | 10.16 | - |
| YUV | 124.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 80 | 0 | 0.45 | 0.57 | 0.27 | 12.45 | 0.43 | 0.52 |
| Hex | BA | 66 | 50 | 0 | 2D | 39 | 1B | C | 2B | 34 |
| Octal | 272 | 146 | 120 | 0 | 55 | 71 | 33 | 14 | 53 | 64 |
| Binary | 10111010 | 1100110 | 1010000 | 0 | 101101 | 111001 | 11011 | 1100 | 101011 | 110100 |
Color Harmonies of #BA6650
Complementary color
Monochromatic Colors of #BA6650
Black with #BA6650
Text Example
Text Example
White with #BA6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6650; }
p { color: rgb(186,102,80); }
H1.HeaderClassName
{
color: #BA6650;
}
.AnyTagClassName
{
color: #BA6650;
}
</style>
background-color css
<style>
a { background-color: #BA6650; }
a { background-color: rgb(186,102,80); }
div.DivClassName
{
background-color: #BA6650;
}
.BgClassName
{
background-color: #BA6650;
}
</style>
border-color css
<style>
span { border-color: #BA6650; }
span { border-color: rgb(186,102,80); }
td.TdClassName
{
border-color: #BA6650;
}
.TagClassName
{
border-color: #BA6650;
}
</style>